This patch reverses the defaults and make --brief the default behavior for llvm-dwarfdump and instead introduces a --verbose option. This is matches the behavior of Darwin dwarfdump and is also generally a more sensible default for human users who often don't care about details like abbreviations or forms.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | ||
---|---|---|
85 ↗ | (On Diff #114727) | Think we should push this rename through the tool? |
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | ||
---|---|---|
85 ↗ | (On Diff #114727) | +1 Since it was so little work I just went ahead: https://reviews.llvm.org/D37745 |