[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:06 PDT 2024


================
@@ -93,21 +95,29 @@ using namespace llvm;
 
 namespace {
 
+static ManagedStatic<sys::SmartMutex<true>> ReportedErrorsLock;
----------------
arsenm wrote:

Document this 

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


More information about the llvm-commits mailing list