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
- Repository
- rL LLVM
Event Timeline
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | ||
---|---|---|
85 | Think we should push this rename through the tool? |
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | ||
---|---|---|
85 | +1 Since it was so little work I just went ahead: https://reviews.llvm.org/D37745 |
Think we should push this rename through the tool?