[PATCH] D94912: [llvm-nm][ELF] - Use @@ prefix when printing default versions.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 05:44: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.

D94907 <https://reviews.llvm.org/D94907> implements printing symbol versions.

llvm-readelf prints default versions with `@@` prefix.
This patch does the same for llvm-nm. With that the behavior
becomes slightly different from the current latest version of GNU nm (2.35.90.20210109),
but it perhaps better for consistency and provides more information.

Depends on D94907 <https://reviews.llvm.org/D94907>


https://reviews.llvm.org/D94912

Files:
  llvm/test/tools/llvm-nm/dynamic.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94912.317338.patch
Type: text/x-patch
Size: 3661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210118/8e97a330/attachment.bin>


More information about the llvm-commits mailing list