[llvm] [MachineVerifier] Report errors from one thread at a time (PR #111605)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 09:49:04 PDT 2024


================
@@ -231,6 +239,39 @@ struct MachineVerifier {
   LiveStacks *LiveStks = nullptr;
   SlotIndexes *Indexes = nullptr;
 
+  class ReportedErrors {
----------------
arsenm wrote:

Document 

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


More information about the llvm-commits mailing list