summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/version-script-extern-undefined.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Update test cases after llvm-readobj output format change.George Rimar2019-10-171-1/+1
| | | | | | | | | | | The change was: SHT_GNU_verdef { -> VersionDefinitions [ SHT_GNU_verneed { -> VersionRequirements [ Version symbols [ -> VersionSymbols [ EH_FRAME Header [ -> EHFrameHeader { llvm-svn: 375096
* [LLD][ELF] - Update test cases after llvm-readobj change.George Rimar2019-10-111-1/+1
| | | | | | https://reviews.llvm.org/D68704 changed the output format. llvm-svn: 374542
* [ELF] Remove checking for spurious '@' at the end of dynamic sym namesJames Henderson2019-01-081-2/+2
| | | | | | | | | | | | 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
* [ELF] - Check we do not assign version to undefined symbol when using extern ↵George Rimar2018-07-051-0/+19
C++. This tests the following 'continue' line in getDemangledSyms(): https://github.com/llvm-mirror/lld/blob/master/ELF/SymbolTable.cpp#L677 llvm-svn: 336349
OpenPOWER on IntegriCloud