aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-10-17 14:27:08 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-10-17 14:27:37 -0700
commitdae0ae6879122b72e8e46fd6146928f94b3162e9 (patch)
tree30b118942625fd0816e282451f83e2da3d1a8823 /mlir/test/CMakeLists.txt
parent0372eb413f1cf917106562be35c633ae428f2973 (diff)
downloadllvm-dae0ae6879122b72e8e46fd6146928f94b3162e9.zip
llvm-dae0ae6879122b72e8e46fd6146928f94b3162e9.tar.gz
llvm-dae0ae6879122b72e8e46fd6146928f94b3162e9.tar.bz2
NFC: Delete the Linalg tutorial.
This part of the tutorial is now covered by a new flow in Toy. This also removes a point of confusion as there is also a proper Linalg dialect. PiperOrigin-RevId: 275338933
Diffstat (limited to 'mlir/test/CMakeLists.txt')
-rw-r--r--mlir/test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index a7f1443..9c11adc 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -44,7 +44,6 @@ set(MLIR_TEST_DEPENDS
if(LLVM_BUILD_EXAMPLES)
list(APPEND MLIR_TEST_DEPENDS
- linalg1-opt
toyc-ch1
toyc-ch2
toyc-ch3