aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-06-21 11:22:20 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-06-21 11:22:20 +0000
commitbeb2493fb7ff3647f9564e5dfdc3db51d6dfbf7a (patch)
tree138d0f122223712005da182a793b19f6869479ba /llvm/tools/llvm-readobj/llvm-readobj.cpp
parentd5cf95e41c6e95e855fed978a90247778e4aa190 (diff)
downloadllvm-beb2493fb7ff3647f9564e5dfdc3db51d6dfbf7a.zip
llvm-beb2493fb7ff3647f9564e5dfdc3db51d6dfbf7a.tar.gz
llvm-beb2493fb7ff3647f9564e5dfdc3db51d6dfbf7a.tar.bz2
[llvm-dwarfdump] Remove unnecessary explicit -h behaviour
--help and -h are automatically supported by the command-line parser, unless overridden by the tool. The behaviour of the PrintHelpMessage being used for -h prior to this patch is subtly different to that provided by --help automatically (it omits certain elements of help text and options, such as --help-list), so overriding the default is not desirable, without good reason. This patch removes the explicit specification of -h and its behaviour, so that the default behaviour is used. Reviewed by: hintonda Differential Revision: https://reviews.llvm.org/D63565 llvm-svn: 364029
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions