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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 07:50:16 PDT 2024


================
@@ -87,6 +87,7 @@ BitcodeCompiler::BitcodeCompiler() {
   auto onIndexWrite = [&](StringRef S) { thinIndices.erase(S); };
   if (config->thinLTOIndexOnly) {
     backend = lto::createWriteIndexesThinBackend(
+        llvm::hardware_concurrency(config->thinLTOJobs),
----------------
teresajohnson wrote:

same

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


More information about the llvm-commits mailing list