[PATCH] D101646: [llvm-dwarfdump] Help option output should be consistent with the command guide

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 01:08:28 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp:133
                          cat(SectionCategory));
-static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll));
+static alias DumpAllAlias("a", desc("Alias for -all"), aliasopt(DumpAll), cl::NotHidden);
 
----------------
Nit: make sure to run clang-format.


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