summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/sort-nested.s
Commit message (Collapse)AuthorAgeFilesLines
* Make tests less dependent on the exact layout.Rafael Espindola2016-09-201-4/+4
| | | | | | | | | In most cases that means just not checking the address when we don't need it. For some tests it is easier to just set . to a known value. llvm-svn: 281976
* [ELF] - Implemented --sort-section cmd line option and SORT_NONE script command.George Rimar2016-09-161-0/+10
| | | | | | | | | | | | | | | | This fixes Bug 30385 - SORT_NONE not implemented, `SORT_NONE' disables section sorting by ignoring the command line section sorting option. That is why this patch also implements --sort-section option. Description of sorting rules available at https://sourceware.org/binutils/docs/ld/Input-Section-Wildcards.html Differential revision: https://reviews.llvm.org/D24604 llvm-svn: 281771
* Remove useless file prefix.Rui Ueyama2016-09-021-0/+40
Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540
OpenPOWER on IntegriCloud