[all-commits] [llvm/llvm-project] c74176: [llvm-nm] Help option output should be consistent ...
gbreynoo via All-commits
all-commits at lists.llvm.org
Mon May 10 09:27:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c74176ee31fad6ccaa1d8771be2cc2b7e9fa988a
https://github.com/llvm/llvm-project/commit/c74176ee31fad6ccaa1d8771be2cc2b7e9fa988a
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M llvm/tools/llvm-nm/llvm-nm.cpp
Log Message:
-----------
[llvm-nm] Help option output should be consistent with the command guide
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.
Differential Revision: https://reviews.llvm.org/D102072
More information about the All-commits
mailing list