[llvm] [BOLT][DWARF][NFC] Add parallelization for processing of DWO debug information (PR #100282)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 13:23:34 PDT 2024
================
@@ -120,6 +120,7 @@ void BinaryContext::logBOLTErrorsAndQuitOnFatal(Error E) {
});
}
+std::mutex ArchMutex;
----------------
aaupov wrote:
Move Relocation::Arch assignment out into RewriteInstance.cpp just above `createBinaryContext`?
https://github.com/llvm/llvm-project/pull/100282
More information about the llvm-commits
mailing list