This fixes https://bugs.llvm.org/show_bug.cgi?id=40097. The problem was caused by a regression in r188022.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56319
[llvm-readobj] Don't print '@' at end of dynamic symbol names for symbols with no version ClosedPublic Authored by jhenderson on Jan 4 2019, 8:08 AM.
Details Summary This fixes https://bugs.llvm.org/show_bug.cgi?id=40097. The problem was caused by a regression in r188022.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 4 2019, 8:59 AM Closed by commit rL350615: [llvm-readobj] Don't print '@' at end of unversioned dynsym names (authored by jhenderson). · Explain WhyJan 8 2019, 3:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 180634 llvm/trunk/test/tools/llvm-objcopy/ELF/dynsym.test
llvm/trunk/test/tools/llvm-readobj/elf-versioninfo.test
llvm/trunk/test/tools/llvm-readobj/gnu-symbols.test
llvm/trunk/test/tools/llvm-readobj/mips-got.test
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
|