From 0781257b2a8d544abdcce38824a9b8288a04800d Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sat, 27 Apr 2019 19:05:25 -0600 Subject: Split toy dialect using static registration --- toy/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 toy/CMakeLists.txt (limited to 'toy/CMakeLists.txt') diff --git a/toy/CMakeLists.txt b/toy/CMakeLists.txt new file mode 100644 index 0000000..1c7826e --- /dev/null +++ b/toy/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB globbed *.c *.cpp) +add_llvm_library(ToyDialect + ${globbed} + ) +#add_dependencies(MLIRStandardOps MLIRStandardOpsIncGen LLVMSupport) +#target_link_libraries(MLIRStandardOps LLVMSupport) -- cgit v1.2.3-70-g09d2