[PATCH] D101646: [llvm-dwarfdump] Help option output should be consistent with the command guide
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 10:50:55 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Looks great!
================
Comment at: llvm/test/tools/llvm-dwarfdump/cmdline.test:11
HELP: Section-specific Dump Options
-HELP: --debug-info[=<offset>] - Dump the .debug_info section
+HELP: -a - Alias for -all
+HELP: --all - Dump all debug info sections
----------------
A bit weird that the aliasee spelling is `-all` while the option below is `--all`.
Suggest you change `Alias for -` strings while you are updating them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101646/new/
https://reviews.llvm.org/D101646
More information about the llvm-commits
mailing list