[llvm] [BOLT][DWARF][NFC] Add parallelization for processing of DWO debug information (PR #100282)

Sayhaan Siddiqui via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 12:37:13 PDT 2024


================
@@ -120,6 +120,7 @@ void BinaryContext::logBOLTErrorsAndQuitOnFatal(Error E) {
   });
 }
 
+std::mutex ArchMutex;
----------------
sayhaan wrote:

> Do we still need this?

We don't need the comment, marked as resolved.

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


More information about the llvm-commits mailing list