forked from OSchip/llvm-project
5 lines
292 B
Plaintext
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
|