aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2021-11-12 02:30:53 +0000
committerMehdi Amini <joker.eph@gmail.com>2021-11-12 02:30:53 +0000
commit1a6c26d1f52999edbfbf6a978ae3f0e6759ea755 (patch)
treed1e66778ee69bee7d21a63fc4191c010538dbf55 /mlir/test/Examples
parent72e947765a8f99cb415e366f0df3a6c8a4969732 (diff)
downloadllvm-1a6c26d1f52999edbfbf6a978ae3f0e6759ea755.zip
llvm-1a6c26d1f52999edbfbf6a978ae3f0e6759ea755.tar.gz
llvm-1a6c26d1f52999edbfbf6a978ae3f0e6759ea755.tar.bz2
Revert "[mlir] Allow out-of-tree python building from installed MLIR."
This reverts commit c7be8b75399c727ec9e1ddc3f81510f284c65155. Build is broken (multiple buildbots)
Diffstat (limited to 'mlir/test/Examples')
-rw-r--r--mlir/test/Examples/standalone/test.toy4
1 files changed, 1 insertions, 3 deletions
diff --git a/mlir/test/Examples/standalone/test.toy b/mlir/test/Examples/standalone/test.toy
index 02385f2..2e5c4cd 100644
--- a/mlir/test/Examples/standalone/test.toy
+++ b/mlir/test/Examples/standalone/test.toy
@@ -1,6 +1,4 @@
# 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
-# Note: The number of checked tests is not important. The command will fail
-# if any fail.
-# CHECK: Passed
+# CHECK: Passed: 4
# UNSUPPORTED: windows, android