[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:57:11 PDT 2025
================
@@ -0,0 +1,57 @@
+// REQUIRES: lld
+
+/// Check DTLTO options are forwarded to the linker.
+
+/// Create a response file for all FileCheck invocations to share. These implicit
+/// checks ensure that all lines which mention DTLTO options are checked,
+/// and that no unexpected warnings appear.
+// RUN: echo " \"%/s\" --implicit-check-not=distributor \
+// RUN: --implicit-check-not=remote-compiler \
+// RUN: --implicit-check-not=warning:" > %t_f.rsp
+
+/// Create a response file to check that explicitly specified -Xthinlto-distributor
+/// options are forwarded correctly.
+// RUN: echo "-flto=thin \"%/s\" -### -fuse-ld=lld --target=x86_64-linux-gnu \
----------------
bd1976bris wrote:
This is no longer relevant as I have removed the use of response files from the test.
https://github.com/llvm/llvm-project/pull/147265
More information about the llvm-commits
mailing list