[clang] [lld] [llvm] Integrated Distributed ThinLTO (DTLTO): Initial support (PR #126654)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 19:18:45 PST 2025


================
@@ -969,6 +969,10 @@ def Xlinker : Separate<["-"], "Xlinker">, Flags<[LinkerInput, RenderAsInput]>,
   Visibility<[ClangOption, CLOption, FlangOption]>,
   HelpText<"Pass <arg> to the linker">, MetaVarName<"<arg>">,
   Group<Link_Group>;
+def Xdist : Separate<["-"], "Xdist">, Flags<[LinkOption]>,
----------------
bd1976bris wrote:

I'll wait another day and then change to `-Xthinlto-distributor` if there isn't a better suggestion :)

https://github.com/llvm/llvm-project/pull/126654


More information about the cfe-commits mailing list