Skip to content

Commit 78c7118

Browse files
[mlir] Make mlir-cpu-runner depend on native instead of X86
1 parent d5aaf60 commit 78c7118

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/tools/mlir-cpu-runner/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
22
Core
33
Support
44
nativecodegen
5+
native
56
)
67

78
add_llvm_tool(mlir-cpu-runner
@@ -11,8 +12,6 @@ llvm_update_compile_flags(mlir-cpu-runner)
1112
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
1213
target_link_libraries(mlir-cpu-runner PRIVATE
1314
${dialect_libs}
14-
LLVMAsmParser
15-
LLVMX86AsmParser
1615
MLIRAnalysis
1716
MLIREDSC
1817
MLIRExecutionEngine

0 commit comments

Comments
 (0)