brintos

brintos / llvm-project-archived public Read only

0
0
Text · 707 B · a88c115 Raw
17 lines · plain
1# RUN: "%cmake_exe" "%mlir_src_root/examples/standalone" -G "%cmake_generator" \2# RUN: -DCMAKE_BUILD_TYPE=%cmake_build_type \3# RUN: -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc \4# RUN: -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir \5# RUN: -DLLVM_USE_LINKER=%llvm_use_linker \6# RUN: -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone \7# RUN: -DPython3_EXECUTABLE=%python \8# RUN: -DPython_EXECUTABLE=%python9# RUN: "%cmake_exe" --build . --target check-standalone | tee %t10# RUN: FileCheck --input-file=%t %s11 12# Note: The number of checked tests is not important. The command will fail13# if any fail.14# CHECK: Passed15# CHECK-NOT: Failed16# UNSUPPORTED: target={{.*(android).*}}17