[llvm] Make WriteIndexesThinBackend multi threaded (PR #109847)

Nuri Amari via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 11:26:44 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) {
----------------
NuriAmari wrote:

I think it is

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


More information about the llvm-commits mailing list