[llvm] [llvm-dwarfdump] Make --verify for .debug_names multithreaded. (PR #127281)

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 12:00:31 PST 2025


================
@@ -42,6 +45,8 @@ class OutputCategoryAggregator {
   size_t GetNumCategories() const { return Aggregation.size(); }
   void Report(StringRef s, std::function<void()> detailCallback);
   void EnumerateResults(std::function<void(StringRef, unsigned)> handleCounts);
+  /// Return the number of errors that have been reported.
+  unsigned GetNumErrors() const { return NumErrors; }
----------------
clayborg wrote:

uint64_t

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


More information about the llvm-commits mailing list