[clang] [llvm] [DTLTO][Clang] Add support for Integrated Distributed ThinLTO (PR #147265)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 17:54:11 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:
Nice comment. However, I have now made greater use of response files to reduce the size of the test and improve readability. I'm now using `%s` in the response files which means that I can't use `split-file`.
https://github.com/llvm/llvm-project/pull/147265
More information about the llvm-commits
mailing list