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

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 03:10:56 PDT 2020


Higuoxing marked an inline comment as done.
Higuoxing added inline comments.


================
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
----------------
jhenderson wrote:
> Why have you singled out the -debug-info option for this extra testing? What about the other options?
Because there's only one test case for `--debug-*` options. Should I add more tests for this?


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