[lld] [llvm] [DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (PR #142757)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 09:30:27 PDT 2025
================
@@ -710,7 +710,17 @@ def thinlto_object_suffix_replace_eq: JJ<"thinlto-object-suffix-replace=">;
def thinlto_prefix_replace_eq: JJ<"thinlto-prefix-replace=">;
def thinlto_single_module_eq: JJ<"thinlto-single-module=">,
HelpText<"Specify a single module to compile in ThinLTO mode, for debugging only">;
-
+def thinlto_distributor_eq: JJ<"thinlto-distributor=">,
+ HelpText<"Distributor to use for ThinLTO backend compilations. If specified, "
+ "ThinLTO backend compilations will be distributed.">;
----------------
bd1976bris wrote:
Thanks. I have added a commit to address this.
https://github.com/llvm/llvm-project/pull/142757
More information about the llvm-commits
mailing list