[PATCH] D37717: llvm-dwarfdump: Make -brief the default and add -verbose instead.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 07:50:55 PDT 2017


JDevlieghere added inline comments.


================
Comment at: llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp:85
   DumpOpts.SummarizeTypes = SummarizeTypes;
-  DumpOpts.Brief = Brief;
+  DumpOpts.Brief = !Verbose;
   DICtx->dump(outs(), DumpOpts);
----------------
rnk wrote:
> Think we should push this rename through the tool?
+1

Since it was so little work I just went ahead: https://reviews.llvm.org/D37745


Repository:
  rL LLVM

https://reviews.llvm.org/D37717





More information about the llvm-commits mailing list