[llvm] [BOLT][DWARF][NFC] Add parallelization for processing of DWO debug information (PR #100282)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 12:34:57 PDT 2024
================
@@ -120,6 +120,7 @@ void BinaryContext::logBOLTErrorsAndQuitOnFatal(Error E) {
});
}
+std::mutex ArchMutex;
----------------
ayermolo wrote:
Do we still need this?
https://github.com/llvm/llvm-project/pull/100282
More information about the llvm-commits
mailing list