[clang] [lld] [llvm] Integrated Distributed ThinLTO (DTLTO): Initial support (PR #126654)
Vincent Lee via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 21:50:43 PST 2025
================
@@ -294,6 +305,32 @@ ThinBackend createInProcessThinBackend(ThreadPoolStrategy Parallelism,
bool ShouldEmitIndexFiles = false,
bool ShouldEmitImportsFiles = false);
+/// This ThinBackend generates the index shards and then runs the individual
+/// backend jobs via an external process. It takes the same parameters as the
+/// InProcessThinBackend, however, these parameters only control the behavior
+/// when generating the index files for the modules. Addtionally:
----------------
thevinster wrote:
typo: `Addtionally` -> `Additionally`.
https://github.com/llvm/llvm-project/pull/126654
More information about the cfe-commits
mailing list