summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/lazy-symbols.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
* [lld] Make tests calling llvm-ar more robustChris Jackson2018-08-021-0/+1
| | | | | | | | | | | Some lit tests that call llvm-ar use the 'r' flag. If the target archive already exists and is in a corrupt state, this can cause the test to fail. We have added 'rm -f' calls before the llvm-ar calls to increase the robustness of the tests. Differential revision: https://reviews.llvm.org/D49184 llvm-svn: 338705
* [ELF] - Rename test cases to *.test.George Rimar2018-03-131-0/+14
This is a follow-up for r327410. llvm-svn: 327416
OpenPOWER on IntegriCloud