aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch6/jit.toy
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2021-02-19 13:38:43 -0800
committerStella Stamenova <stilis@microsoft.com>2021-02-19 13:38:43 -0800
commitf36060417ad3e247900dfcb07a2476a9d92ee2d2 (patch)
tree656abb446a5456f7ec01f478d4361069b9c49f07 /mlir/test/Examples/Toy/Ch6/jit.toy
parentcb1f1aab90408e04343f2b964e1027f46a92cf55 (diff)
downloadllvm-f36060417ad3e247900dfcb07a2476a9d92ee2d2.zip
llvm-f36060417ad3e247900dfcb07a2476a9d92ee2d2.tar.gz
llvm-f36060417ad3e247900dfcb07a2476a9d92ee2d2.tar.bz2
Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"
This reverts commit ae15b1e7ad71e4bfde1b031dd5e6b0bbb3b88a42. This commit caused failures on the mlir windows buildbot
Diffstat (limited to 'mlir/test/Examples/Toy/Ch6/jit.toy')
-rw-r--r--mlir/test/Examples/Toy/Ch6/jit.toy5
1 files changed, 0 insertions, 5 deletions
diff --git a/mlir/test/Examples/Toy/Ch6/jit.toy b/mlir/test/Examples/Toy/Ch6/jit.toy
deleted file mode 100644
index 250eb4e..0000000
--- a/mlir/test/Examples/Toy/Ch6/jit.toy
+++ /dev/null
@@ -1,5 +0,0 @@
-# RUN: toyc-ch6 -emit=jit %s
-
-def main() {
- print([[1, 2], [3, 4]]);
-}