https://sourceware.org/bugzilla/show_bug.cgi?id=27487 binutils will have
--format=just-symbols/-j as well.
Arbitrarily prefer -j to --format=sysv. Previously --format=sysv -j prints
in the sysv format while -j takes precedence over other formats.
Paths
| Differential D98569
[llvm-nm] Add --format=just-symbols and make --just-symbol-name its alias ClosedPublic Authored by MaskRay on Mar 12 2021, 5:22 PM.
Details Summary https://sourceware.org/bugzilla/show_bug.cgi?id=27487 binutils will have Arbitrarily prefer -j to --format=sysv. Previously --format=sysv -j prints
Diff Detail
Event Timeline
MaskRay marked an inline comment as done. Comment ActionsTest Comment Actions LGTM, with one nit.
This revision is now accepted and ready to land.Mar 16 2021, 2:09 AM This revision was landed with ongoing or failed builds.Mar 16 2021, 10:07 AM Closed by commit rG8fbedb6b908f: [llvm-nm] Add --format=just-symbols and make --just-symbol-name its alias (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 331029 llvm/docs/CommandGuide/llvm-nm.rst
llvm/test/tools/llvm-nm/just-symbol-name.test
llvm/test/tools/llvm-nm/just-symbols.test
llvm/tools/llvm-nm/llvm-nm.cpp
|
Should we have a MULTI2-NOT: {{.}} here too?