blob: 811583b97bc71d14ce442e8976a4a5d640933f9d [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
Support
nativecodegen
native
)
add_mlir_tool(mlir-cpu-runner
mlir-cpu-runner.cpp
EXPORT_SYMBOLS
)
llvm_update_compile_flags(mlir-cpu-runner)
mlir_target_link_libraries(mlir-cpu-runner PRIVATE
MLIRAnalysis
MLIRBuiltinToLLVMIRTranslation
MLIRIR
MLIRLLVMDialect
MLIRLLVMToLLVMIRTranslation
MLIRToLLVMIRTranslationRegistration
MLIRParser
MLIRTargetLLVMIRExport
MLIRSupport
)
target_link_libraries(mlir-cpu-runner PRIVATE
MLIRExecutionEngine
MLIRJitRunner
)