[all-commits] [llvm/llvm-project] dc120b: [MLIR] Do not link mlir-cpu-runner with X86 libs
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Wed Mar 11 11:36:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc120bae46d28e61783a873f3cf21cc84642f327
https://github.com/llvm/llvm-project/commit/dc120bae46d28e61783a873f3cf21cc84642f327
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M mlir/tools/mlir-cpu-runner/CMakeLists.txt
Log Message:
-----------
[MLIR] Do not link mlir-cpu-runner with X86 libs
The three libs where recently added to the `mlir-cpu-runner`'s
`CMakeLists.txt` file. This prevent the runner to compile on other
platform (e.g. Power in my case). Native codegen is pulled in
by the ExecutionEngine library, so this is redundant in any case.
Differential Revision: https://reviews.llvm.org/D75916
More information about the All-commits
mailing list