[llvm-branch-commits] [mlir] [MLIR][Standalone] test Standalone against install distributions (PR #157944)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 15 20:16:50 PDT 2025
================
@@ -1,5 +1,6 @@
# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \
# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
+# RUN: -DCMAKE_CXX_COMPILER_LAUNCHER=%cmake_cxx_compiler_launcher -DCMAKE_C_COMPILER_LAUNCHER=%cmake_c_compiler_launcher \
----------------
boomanaiden154 wrote:
Can this be dropped now that we aren't doing any substantial compilation?
https://github.com/llvm/llvm-project/pull/157944
More information about the llvm-branch-commits
mailing list