[MLIR] Do not link mlir-cpu-runner with X86 libs
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Wed, 11 Mar 2020 16:50:19 +0000 (09:50 -0700)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Wed, 11 Mar 2020 18:35:59 +0000 (11:35 -0700)
commitdc120bae46d28e61783a873f3cf21cc84642f327
tree6137468d8ad8a6a314a3528448d38e47c1c536df
parent0197eac3330c04a49519f3e4dac38c4de605c654
[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
mlir/tools/mlir-cpu-runner/CMakeLists.txt