aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
diff options
context:
space:
mode:
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-10-04 15:17:34 -0700
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-10-04 15:17:34 -0700
commitb0dce6b37f15f487064223f7e3e6a5701a9d7bff (patch)
tree597330f65e8e560a9b1ef796393759b1d01a6f4b /mlir/test
parent37010d4ddf477d3cc60792a92918af5f2f6e42c3 (diff)
downloadllvm-b0dce6b37f15f487064223f7e3e6a5701a9d7bff.zip
llvm-b0dce6b37f15f487064223f7e3e6a5701a9d7bff.tar.gz
llvm-b0dce6b37f15f487064223f7e3e6a5701a9d7bff.tar.bz2
Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"
This reverts commit e9b87f43bde8b5f0d8a79c5884fdce639b12e0ca. There are issues with macros generating macros without an obvious simple fix so I'm going to revert this and try something different.
Diffstat (limited to 'mlir/test')
-rw-r--r--mlir/test/Examples/standalone/test.toy1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/Examples/standalone/test.toy b/mlir/test/Examples/standalone/test.toy
index cd183c9..7b4a9c2 100644
--- a/mlir/test/Examples/standalone/test.toy
+++ b/mlir/test/Examples/standalone/test.toy
@@ -1,5 +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
-# RUN: %cmake --build . --target mlir-doc
# CHECK: Passed: 3
# UNSUPPORTED: windows, android