[PATCH] D94907: [llvm-nm][ELF] - Make -D display symbol versions.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 04:29:50 PST 2021
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a subscriber: rupprecht.
grimar requested review of this revision.
Herald added a project: LLVM.
This fixes https://bugs.llvm.org/show_bug.cgi?id=48670.
Since binutils 2.35, nm -D displays symbol versions by default.
This patch teaches llvm-nm to do the same.
https://reviews.llvm.org/D94907
Files:
llvm/test/tools/llvm-nm/dynamic.test
llvm/tools/llvm-nm/llvm-nm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94907.317326.patch
Type: text/x-patch
Size: 8651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210118/99cd9196/attachment.bin>
More information about the llvm-commits
mailing list