1 set(LLVM_LINK_COMPONENTS
5 get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
6 get_property(translation_libs GLOBAL PROPERTY MLIR_TRANSLATION_LIBS)
8 add_mlir_tool(mlir-translate
11 llvm_update_compile_flags(mlir-translate)
12 target_link_libraries(mlir-translate
25 mlir_check_link_libraries(mlir-translate)