[lld] [llvm] [DTLTO][LLD][COFF] Add support for Integrated Distributed ThinLTO (PR #148594)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 19 06:28:20 PDT 2025
================
@@ -270,6 +270,18 @@ def thinlto_object_suffix_replace : P<
def thinlto_prefix_replace: P<
"thinlto-prefix-replace",
"'old;new' replace old prefix with new prefix in ThinLTO outputs">;
+def thinlto_distributor : P<"thinlto-distributor",
+ "Distributor to use for ThinLTO backend "
----------------
bd1976bris wrote:
Thanks. I have changes to indent by 2 for these new options. IMO this is more readable.
https://github.com/llvm/llvm-project/pull/148594
More information about the llvm-commits
mailing list