feat: toy tutorial chapter 2.
This commit is contained in:
6
include/hello/CMakeLists.txt
Normal file
6
include/hello/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(LLVM_TARGET_DEFINITIONS Ops.td)
|
||||
mlir_tablegen(Ops.h.inc -gen-op-decls)
|
||||
mlir_tablegen(Ops.cpp.inc -gen-op-defs)
|
||||
mlir_tablegen(Dialect.h.inc -gen-dialect-decls)
|
||||
mlir_tablegen(Dialect.cpp.inc -gen-dialect-defs)
|
||||
add_public_tablegen_target(HelloOpsIncGen)
|
||||
Reference in New Issue
Block a user