Skip to content

Commit

Permalink
[mlir] Make mlir-cpu-runner depend on native instead of X86
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvasilache committed Nov 30, 2020
1 parent d5aaf60 commit 78c7118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlir/tools/mlir-cpu-runner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
Support
nativecodegen
native
)

add_llvm_tool(mlir-cpu-runner
Expand All @@ -11,8 +12,6 @@ llvm_update_compile_flags(mlir-cpu-runner)
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
target_link_libraries(mlir-cpu-runner PRIVATE
${dialect_libs}
LLVMAsmParser
LLVMX86AsmParser
MLIRAnalysis
MLIREDSC
MLIRExecutionEngine
Expand Down

0 comments on commit 78c7118

Please sign in to comment.