aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples
diff options
context:
space:
mode:
authorMarius Brehler <marius.brehler@iml.fraunhofer.de>2020-05-29 00:31:28 +0200
committerJean-Michel Gorius <jean-michel.gorius@ens-rennes.fr>2020-05-29 00:34:34 +0200
commitb0b2507717ca904ffe50248a44a5c653946b6732 (patch)
tree7c0f6054397444922924e8ce874f5cf6c2827151 /mlir/test/Examples
parentbce702e5f28fd5358fb734932828f030babf0499 (diff)
downloadllvm-b0b2507717ca904ffe50248a44a5c653946b6732.zip
llvm-b0b2507717ca904ffe50248a44a5c653946b6732.tar.gz
llvm-b0b2507717ca904ffe50248a44a5c653946b6732.tar.bz2
[mlir] Add test to check if standalone dialect is registered
Summary: Add a test to check if the standalone dialect is registered within standalone-opt. Similar to the mlir-opt commandline.mlir test. Reviewers: Kayjukh, stephenneuendorffer Reviewed By: Kayjukh Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, grosul1, frgossen, jurahul, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D80764
Diffstat (limited to 'mlir/test/Examples')
-rw-r--r--mlir/test/Examples/standalone/test.toy2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Examples/standalone/test.toy b/mlir/test/Examples/standalone/test.toy
index 034fd93..1614279 100644
--- a/mlir/test/Examples/standalone/test.toy
+++ b/mlir/test/Examples/standalone/test.toy
@@ -1,4 +1,4 @@
# RUN: %cmake %mlir_src_root/examples/standalone -DCMAKE_CXX_COMPILER=%host_cxx -DCMAKE_C_COMPILER=%host_cc -DMLIR_DIR=%llvm_lib_dir/cmake/mlir ; %cmake --build . --target check-standalone | tee %t | FileCheck %s
-# CHECK: Expected Passes: 2
+# CHECK: Expected Passes: 3
# UNSUPPORTED: windows, android