[llvm] llvm-dwarfdump --verify aggregated output to JSON file (PR #81762)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 14:30:19 PST 2024
================
@@ -2026,12 +2028,35 @@ void OutputCategoryAggregator::EnumerateResults(
}
void DWARFVerifier::summarize() {
- if (ErrorCategory.GetNumCategories() && DumpOpts.ShowAggregateErrors) {
+ if (!ErrorCategory.GetNumCategories())
+ return;
----------------
kevinfrei wrote:
Good call. Done.
https://github.com/llvm/llvm-project/pull/81762
More information about the llvm-commits
mailing list