[PATCH] D75916: [MLIR] Do not link mlir-cpu-runner with X86 libs

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 11:55:45 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdc120bae46d2: [MLIR] Do not link mlir-cpu-runner with X86 libs (authored by stephenneuendorffer).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75916/new/

https://reviews.llvm.org/D75916

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


Index: mlir/tools/mlir-cpu-runner/CMakeLists.txt
===================================================================
--- mlir/tools/mlir-cpu-runner/CMakeLists.txt
+++ mlir/tools/mlir-cpu-runner/CMakeLists.txt
@@ -16,7 +16,4 @@
   MLIRSupport
   LLVMCore
   LLVMSupport
-  LLVMX86CodeGen
-  LLVMX86Desc
-  LLVMX86Info
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75916.249714.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/608f548a/attachment.bin>


More information about the llvm-commits mailing list