[lld] [llvm] [DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (PR #142757)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 09:35:55 PDT 2025


================
@@ -0,0 +1,44 @@
+# REQUIRES: x86
+
+# Test that DTLTO options are a no-op if no thinLTO is performed.
+
+RUN: rm -rf %t && split-file %s %t && cd %t
+
+RUN: opt t1.ll -o t1.o -O2
----------------
bd1976bris wrote:

Thanks. I have added a commit to address this. I also noticed a some more unneeded things in the tests and pushed some commits to address those as well.

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


More information about the llvm-commits mailing list