[llvm] [DWARFDump] Make --verify handle all sections by default (PR #81559)
Felipe de Azevedo Piovezan via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 08:36:12 PST 2024
================
@@ -866,7 +866,8 @@ int main(int argc, char **argv) {
if (Verbose)
DumpType = DIDT_All;
else
- DumpType = DIDT_DebugInfo;
+ // If no options are passed, verify everything but dump only debug_info.
----------------
felipepiovezan wrote:
Yup, good point! I like your second suggestion.
https://github.com/llvm/llvm-project/pull/81559
More information about the llvm-commits
mailing list