Test cases for range extension thunks using linker scripts, include:
- OutputSections placed far apart
- OutputSections with location counter expressions
- Multiple large OutputSections
- Orphan sections
- Interaction with the SORT command
Paths
| Differential D31666
[LLD][ELF] Add test cases for range extension thunks using linker scripts AbandonedPublic Authored by peter.smith on Apr 4 2017, 4:49 AM.
Details
Diff Detail Event TimelineComment Actions Updated diff to account for changes in padding between sections and switch to use InputSectionDescriptions rather than OutputSections. Comment Actions You probably want to submit them as part of the patches that implements the actual feature.
Revision Contents
Diff 104177 test/ELF/arm-thunk-linkerscript-dotexpr.s
test/ELF/arm-thunk-linkerscript-large.s
test/ELF/arm-thunk-linkerscript-orphan.s
test/ELF/arm-thunk-linkerscript-sort.s
test/ELF/arm-thunk-linkerscript.s
|