[llvm] Make WriteIndexesThinBackend multi threaded (PR #109847)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 10:38:37 PDT 2024
================
@@ -1634,8 +1639,6 @@ class WriteIndexesThinBackend : public ThinBackendProc {
const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
MapVector<StringRef, BitcodeModule> &ModuleMap) override {
StringRef ModulePath = BM.getModuleIdentifier();
- std::string NewModulePath =
- getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix);
if (LinkedObjectsFile) {
----------------
teresajohnson wrote:
Can you add a comment about why this is not in the parallel section below
https://github.com/llvm/llvm-project/pull/109847
More information about the llvm-commits
mailing list