File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
mlir/test/Examples/standalone Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 33# RUN: "%cmake_exe" --build "%llvm_obj_root" --target install
44# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \
55# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
6+ # RUN: -DCMAKE_CXX_COMPILER_LAUNCHER=%cmake_cxx_compiler_launcher -DCMAKE_C_COMPILER_LAUNCHER=%cmake_c_compiler_launcher \
67# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR="%host_cmake_install_prefix" \
78# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
89# RUN: -DPython3_EXECUTABLE=%python \
Original file line number Diff line number Diff line change 55# RUN: "%cmake_exe" --build "%llvm_obj_root" --target install-distribution
66# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \
77# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
8+ # RUN: -DCMAKE_CXX_COMPILER_LAUNCHER=%cmake_cxx_compiler_launcher -DCMAKE_C_COMPILER_LAUNCHER=%cmake_c_compiler_launcher \
89# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%host_cmake_install_prefix \
910# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
1011# RUN: -DPython3_EXECUTABLE=%python \
Original file line number Diff line number Diff line change 11# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \
22# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \
3+ # RUN: -DCMAKE_CXX_COMPILER_LAUNCHER=%cmake_cxx_compiler_launcher -DCMAKE_C_COMPILER_LAUNCHER=%cmake_c_compiler_launcher \
34# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir \
45# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \
56# RUN: -DPython3_EXECUTABLE=%python \
You can’t perform that action at this time.
0 commit comments