2020-05-05 03:41:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Core
|
|
|
|
Support
|
|
|
|
nativecodegen
|
2020-11-30 23:11:34 +08:00
|
|
|
native
|
2020-05-05 03:41:43 +08:00
|
|
|
)
|
|
|
|
|
2020-10-05 06:17:34 +08:00
|
|
|
add_llvm_tool(mlir-cpu-runner
|
2019-05-14 01:59:04 +08:00
|
|
|
mlir-cpu-runner.cpp
|
2020-05-05 03:41:43 +08:00
|
|
|
)
|
2019-07-16 20:28:56 +08:00
|
|
|
llvm_update_compile_flags(mlir-cpu-runner)
|
|
|
|
target_link_libraries(mlir-cpu-runner PRIVATE
|
2019-03-30 13:10:12 +08:00
|
|
|
MLIRAnalysis
|
|
|
|
MLIRExecutionEngine
|
|
|
|
MLIRIR
|
2020-10-24 09:22:38 +08:00
|
|
|
MLIRJitRunner
|
2019-05-10 03:34:04 +08:00
|
|
|
MLIRLLVMIR
|
2021-03-03 21:08:30 +08:00
|
|
|
MLIRLLVMToLLVMIRTranslation
|
2021-03-17 02:05:09 +08:00
|
|
|
MLIRToLLVMIRTranslationRegistration
|
2019-03-30 13:10:12 +08:00
|
|
|
MLIRParser
|
2021-03-03 21:08:30 +08:00
|
|
|
MLIRTargetLLVMIRExport
|
2019-03-30 13:10:12 +08:00
|
|
|
MLIRSupport
|
2020-02-28 06:53:12 +08:00
|
|
|
)
|