[PATCH] D79618: [llvm-dwarfdump] Make commandline arguments consistent.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 01:34:19 PDT 2020


jhenderson added a comment.

> Most options are printed with consistent indention, except for some "debug" options.

Could you elaborate on this point, and how this helps fix it? Could you also please paste before/after examples of the help output?



================
Comment at: llvm/test/tools/llvm-dwarfdump/cmdline.test:11
 HELP: Section-specific Dump Options
-HELP: -debug-info            - Dump the .debug_info section
+HELP: --debug-info            - Dump the .debug_info section
 HELP: -eh-frame
----------------
Why have you singled out the -debug-info option for this extra testing? What about the other options?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79618/new/

https://reviews.llvm.org/D79618





More information about the llvm-commits mailing list