[llvm] Aggregate errors from llvm-dwarfutil --verify (PR #79648)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 15:34:17 PST 2024


================
@@ -30,6 +30,20 @@ class DWARFDebugAbbrev;
 class DataExtractor;
 struct DWARFSection;
 
+class OutputCategoryAggregator {
+private:
+  std::map<std::string, unsigned> Aggregation;
----------------
dwblaikie wrote:

llvm::StringMap?

https://github.com/llvm/llvm-project/pull/79648


More information about the llvm-commits mailing list