[PATCH] D102072: [llvm-nm] Help option output should be consistent with the command guide

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 07:32:48 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, keith, grimar.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The nm command guide shows the short options used as aliases but these are not found in the help text unless --show-hidden is used, other tools show aliases with --help. This change fixes the help output to be consistent with the command guide.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102072

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102072.343672.patch
Type: text/x-patch
Size: 7827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210507/72a39c10/attachment.bin>


More information about the llvm-commits mailing list