summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/undef-version-script.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
* [ELF] Remove checking for spurious '@' at the end of dynamic sym namesJames Henderson2019-01-081-3/+3
| | | | | | | | | | | | llvm-readobj currently has a bug (see PR40097) where it prints '@' at the end of unversioned dynamic symbols. This bug will be fixed in a separate later commit, but these tests need fixing first. Reviewed by: ruiu, Higuoxing Differential Revision: https://reviews.llvm.org/D56388 llvm-svn: 350614
* [lld] Add REQUIRES: x86 where needed to testsJoel Jones2018-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | If building lld without x86 support, tests that require that support should be treated as unsupported, not errors. Tested using: 1. cmake '-DLLVM_TARGETS_TO_BUILD=AArch64;X86' make check-lld => Expected Passes : 1406 Unsupported Tests : 287 2. cmake '-DLLVM_TARGETS_TO_BUILD=AArch64' make check-lld => Expected Passes : 410 Unsupported Tests : 1283 Patch by Joel Jones Differential Revision: https://reviews.llvm.org/D47748 llvm-svn: 334095
* [ELF] Make tests with undefined symbols more explicit.Igor Kudrin2017-11-241-3/+3
| | | | | | Differential Revision: https://reviews.llvm.org/D40253 llvm-svn: 318939
* Remove string table offsets from tests.Rui Ueyama2016-11-011-3/+3
| | | | | | <N> where "foo (<N>)" is the offset of string "foo" in the string table. llvm-svn: 285751
* Add a note to the test explaining why it doesn't match gold's behaviour.Peter Collingbourne2016-04-251-0/+3
| | | | llvm-svn: 267371
* ELF: Always include undefined DSO symbols in the symbol table.Peter Collingbourne2016-04-241-0/+37
Fixes check-llvm when bootstrapping. Also remove mostly dead and most likely incorrect logic regarding preemption of weak undefined symbols. llvm-svn: 267314
OpenPOWER on IntegriCloud