[llvm] Aggregate errors from llvm-dwarfutil --verify (PR #79648)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 08:10:24 PST 2024
================
@@ -348,6 +363,9 @@ class DWARFVerifier {
bool verifyDebugStrOffsets(
StringRef SectionName, const DWARFSection &Section, StringRef StrData,
void (DWARFObject::*)(function_ref<void(const DWARFSection &)>) const);
+
+ /// Emits any aggregate information collected, depending on the dump options
+ void summarize(bool Success);
----------------
kevinfrei wrote:
Yeah. I think the Success boolean was a holdover from an earlier design. I'll expose a couple size attributes on the aggregator class.
https://github.com/llvm/llvm-project/pull/79648
More information about the llvm-commits
mailing list