forked from OSchip/llvm-project
13 lines
604 B
CMake
13 lines
604 B
CMake
set(LLVM_TARGET_DEFINITIONS python_test_ops.td)
|
|
mlir_tablegen(lib/PythonTestDialect.h.inc -gen-dialect-decls)
|
|
mlir_tablegen(lib/PythonTestDialect.cpp.inc -gen-dialect-defs)
|
|
mlir_tablegen(lib/PythonTestOps.h.inc -gen-op-decls)
|
|
mlir_tablegen(lib/PythonTestOps.cpp.inc -gen-op-defs)
|
|
mlir_tablegen(lib/PythonTestAttributes.h.inc -gen-attrdef-decls)
|
|
mlir_tablegen(lib/PythonTestAttributes.cpp.inc -gen-attrdef-defs)
|
|
mlir_tablegen(lib/PythonTestTypes.h.inc -gen-typedef-decls)
|
|
mlir_tablegen(lib/PythonTestTypes.cpp.inc -gen-typedef-defs)
|
|
add_public_tablegen_target(MLIRPythonTestIncGen)
|
|
|
|
add_subdirectory(lib)
|