[lld] [llvm] [DTLTO][LLD][COFF] Add support for Integrated Distributed ThinLTO (PR #148594)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 23:53:44 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 "
----------------
MaskRay wrote:
The indentation is large, leading to multiple continuation lines...
The ELF version just indents by 2, which seems more readable.
https://github.com/llvm/llvm-project/pull/148594
More information about the llvm-commits
mailing list