summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/alternate-sections.s
Commit message (Collapse)AuthorAgeFilesLines
* [test] Change llvm-readobj -long-option to --long-option or well-known short ↵Fangrui Song2019-05-011-1/+1
| | | | | | | | | | | | options. NFC Also change some options that have different semantics (cause confusion) in llvm-readelf mode: -s => -S -t => --symbols -sd => --section-data llvm-svn: 359651
* Replace MergeOutputSection with a synthetic section.Rafael Espindola2017-02-031-19/+21
| | | | | | | | | | | | | | With a synthetic merge section we can have, for example, a single .rodata section with stings, fixed sized constants and non merge constants. I can be simplified further by not setting Entsize, but that is probably better done is a followup patch. This should allow some cleanup in the linker script code now that every output section command maps to just one output section. llvm-svn: 294005
* Add an interesting test.Rafael Espindola2016-09-141-0/+34
llvm-svn: 281515
OpenPOWER on IntegriCloud