[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 09:10:43 PST 2025
================
@@ -0,0 +1,142 @@
+;; Check that the expected Clang arguments are generated by DTLTO for the
+;; backend compilations and are accepted by Clang.
+
+; RUN: rm -rf %t && split-file %s %t && cd %t
+
+;; Generate bitcode files with a summary index.
+; RUN: opt -thinlto-bc x86_64-unknown-linux-gnu.ll -o x86_64-unknown-linux-gnu.bc
----------------
bd1976bris wrote:
Clang can be used here. Thanks. However, I have removed this test for now. See earlier comment: https://github.com/llvm/llvm-project/pull/127749#discussion_r1981784789
https://github.com/llvm/llvm-project/pull/127749
More information about the llvm-commits
mailing list