aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2020-02-24 13:35:33 -0500
committerLei Zhang <antiagainst@google.com>2020-02-24 14:17:02 -0500
commit8358ddbe5d32d9aaa371b3de69f4efabf309b450 (patch)
tree58c124a37709982a0368827843b6f3833f17270d /mlir/test/CMakeLists.txt
parent2a7a989c3edc33ad3042052ed50fee37ab254c7d (diff)
downloadllvm-8358ddbe5d32d9aaa371b3de69f4efabf309b450.zip
llvm-8358ddbe5d32d9aaa371b3de69f4efabf309b450.tar.gz
llvm-8358ddbe5d32d9aaa371b3de69f4efabf309b450.tar.bz2
[mlir][spirv] NFC: Move test passes to test/lib
Previously C++ test passes for SPIR-V were put under test/Dialect/SPIRV. Move them to test/lib/Dialect/SPIRV to create a better structure. Also fixed one of the test pass to use new PassRegistration mechanism. Differential Revision: https://reviews.llvm.org/D75066
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 a277446..e008bd6 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -1,4 +1,3 @@
-add_subdirectory(Dialect)
add_subdirectory(EDSC)
add_subdirectory(mlir-cpu-runner)
add_subdirectory(SDBM)