[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / tools / mlir-cpu-runner / CMakeLists.txt
blobae6dbceca855d12692423eee35e77ea190596f19
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   nativecodegen
5   native
6   )
8 add_mlir_tool(mlir-cpu-runner
9   mlir-cpu-runner.cpp
11   EXPORT_SYMBOLS
12   )
13 llvm_update_compile_flags(mlir-cpu-runner)
14 target_link_libraries(mlir-cpu-runner PRIVATE
15   MLIRAnalysis
16   MLIRBuiltinToLLVMIRTranslation
17   MLIRExecutionEngine
18   MLIRIR
19   MLIRJitRunner
20   MLIRLLVMDialect
21   MLIRLLVMToLLVMIRTranslation
22   MLIRToLLVMIRTranslationRegistration
23   MLIRParser
24   MLIRTargetLLVMIRExport
25   MLIRSupport
26   )