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
Differential D31666
[LLD][ELF] Add test cases for range extension thunks using linker scripts peter.smith on Apr 4 2017, 4:49 AM. Authored by
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. |