summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/discard-merge-locals.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][test] Simplify and reorganize testsFangrui Song2019-09-061-31/+10
| | | | | | | | | | | | Add file-level comments Delete insignificant addresses to make them more tolerant to layout changes Simplify test output Delete simple Inputs/*.s files Delete version-script-copy-rel.s - covered by verdef-defaultver.s Delete version-wildcard.test - covered by version-script-glob.s llvm-svn: 371213
* [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] Move `// REQUIRES:` line to the topFangrui Song2018-06-261-1/+1
| | | | llvm-svn: 335676
* [ELF] Follow-up to r264300. Update test case expectations to reflect recent ↵Simon Atanasyan2016-03-241-1/+3
| | | | | | changes in llvm-readobj. NFC. llvm-svn: 264304
* [ELF] - Create _DYNAMIC symbol for dynamic outputGeorge Rimar2016-03-011-0/+9
| | | | | | | | | | | lld needs to provide _DYNAMIC symbol when creating a shared library both bfd and gold do that. This should fix the https://llvm.org/bugs/show_bug.cgi?id=26732 Differential revision: http://reviews.llvm.org/D17607 llvm-svn: 262348
* Discard local symbols from SHF_MERGE sections.Rafael Espindola2015-12-111-0/+24
This matches the behavior of both gold and bfd ld. llvm-svn: 255355
OpenPOWER on IntegriCloud