1 set(LLVM_LINK_COMPONENTS
8 add_tablegen(mlir-tblgen MLIR
9 DESTINATION "${MLIR_TOOLS_INSTALL_DIR}"
12 AttrOrTypeFormatGen.cpp
13 BytecodeDialectGen.cpp
15 DirectiveCommonGen.cpp
18 LLVMIRConversionGen.cpp
19 LLVMIRIntrinsicGen.cpp
27 OpPythonBindingGen.cpp
35 set_target_properties(mlir-tblgen PROPERTIES FOLDER "Tablegenning")
36 target_link_libraries(mlir-tblgen
38 MLIRSupportIndentedOstream
41 mlir_check_all_link_libraries(mlir-tblgen)