================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits