1 set(LLVM_TARGET_DEFINITIONS python_test_ops.td)
2 mlir_tablegen(lib/PythonTestDialect.h.inc -gen-dialect-decls)
3 mlir_tablegen(lib/PythonTestDialect.cpp.inc -gen-dialect-defs)
4 mlir_tablegen(lib/PythonTestOps.h.inc -gen-op-decls)
5 mlir_tablegen(lib/PythonTestOps.cpp.inc -gen-op-defs)
6 mlir_tablegen(lib/PythonTestAttributes.h.inc -gen-attrdef-decls)
7 mlir_tablegen(lib/PythonTestAttributes.cpp.inc -gen-attrdef-defs)
8 mlir_tablegen(lib/PythonTestTypes.h.inc -gen-typedef-decls)
9 mlir_tablegen(lib/PythonTestTypes.cpp.inc -gen-typedef-defs)
10 add_public_tablegen_target(MLIRPythonTestIncGen)