From b0dce6b37f15f487064223f7e3e6a5701a9d7bff Mon Sep 17 00:00:00 2001 From: Stephen Neuendorffer Date: Sun, 4 Oct 2020 15:17:34 -0700 Subject: 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. --- mlir/test/Examples/standalone/test.toy | 1 - 1 file changed, 1 deletion(-) (limited to 'mlir/test/Examples') 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 -- cgit v1.1