summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/sort-init.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Add a test for elf::getPriority(StringRef S)George Rimar2018-08-091-2/+4
| | | | | | | It covers the following line with a test: https://github.com/llvm-mirror/lld/blob/master/ELF/OutputSections.cpp#L383 llvm-svn: 339348
* [ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.George Rimar2016-09-151-0/+24
This is PR30386, SORT_BY_INIT_PRIORITY is a keyword can be used to sort sections by numerical value of the GCC init_priority attribute encoded in the section name. Differential revision: https://reviews.llvm.org/D24611 llvm-svn: 281646
OpenPOWER on IntegriCloud