George Rimar
938db706fe
[LLD][ELF] - Update test cases after llvm-readobj output format change.
...
The change was:
SHT_GNU_verdef { -> VersionDefinitions [
SHT_GNU_verneed { -> VersionRequirements [
Version symbols [ -> VersionSymbols [
EH_FRAME Header [ -> EHFrameHeader {
llvm-svn: 375096
2019-10-17 10:23:59 +00:00
George Rimar
a8346cee8a
[LLD][ELF] - Update test cases after llvm-readobj change.
...
https://reviews.llvm.org/D68704 changed the output format.
llvm-svn: 374542
2019-10-11 12:27:20 +00:00
James Henderson
4ba1777a2d
[ELF] Remove checking for spurious '@' at the end of dynamic sym names
...
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
2019-01-08 10:50:59 +00:00
George Rimar
d87b1eed8e
[ELF] - Test we are able to assign version to symbols that are not "_Z*"
...
This is to test the following line of the code:
https://github.com/llvm-mirror/lld/blob/master/ELF/SymbolTable.cpp#L681
If symbol does not start from _Z prefix and we have extern "C++",
we do not call demangler and use its name as is.
llvm-svn: 336353
2018-07-05 14:01:54 +00:00