[clang] [llvm] [DTLTO][Clang] Add support for Integrated Distributed ThinLTO (PR #147265)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 04:56:43 PDT 2025


================
@@ -0,0 +1,43 @@
+// REQUIRES: lld
+
+/// Check DTLTO options are forwarded to the linker.
+
+// RUN: echo "--target=x86_64-linux-gnu \
+// RUN:   -Xthinlto-distributor=distarg1 \
+// RUN:   -Xthinlto-distributor=distarg2,distarg3 \
+// RUN:   -fuse-ld=lld" > %t.rsp
----------------
bd1976bris wrote:

@ilovepi - I concede that using response files has caused some issues already. I have removed their use from the test now.

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


More information about the llvm-commits mailing list