summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/symbol-only-flags.test
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
* [ELF] Change default output section type to SHT_PROGBITSAndrew Ng2019-04-231-1/+1
| | | | | | | | | | | | This fixes an issue where a symbol only section at the start of a PT_LOAD segment, causes incorrect alignment of the file offset for the start of the segment which results in the output of an invalid ELF. SHT_PROGBITS was the default output section type in the past. Differential Revision: https://reviews.llvm.org/D60131 llvm-svn: 358981
* [ELF] - Rename test cases to *.test.George Rimar2018-03-131-0/+21
This is a follow-up for r327410. llvm-svn: 327416
OpenPOWER on IntegriCloud