llvm-project/mlir/test/Examples/standalone/test.toy

5 lines
292 B
Plaintext

# RUN: %cmake %mlir_src_root/examples/standalone -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc -DLLVM_ENABLE_LIBCXX=%enable_libcxx -DMLIR_DIR=%mlir_cmake_dir ; %cmake --build . --target check-standalone | tee %t | FileCheck %s
# CHECK: Passed: 3
# UNSUPPORTED: windows, android