[PATCH] D74097: [mlir] Build fix for mlir-opt

Kern Handa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 15:42:02 PST 2020


kernhanda created this revision.
kernhanda added reviewers: mehdi_amini, nicolasvasilache, ftynse.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar, rriddle, mgorny.
Herald added a project: LLVM.

mlir-opt needs to link again MLIRLoopAnalysis


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74097

Files:
  mlir/tools/mlir-opt/CMakeLists.txt


Index: mlir/tools/mlir-opt/CMakeLists.txt
===================================================================
--- mlir/tools/mlir-opt/CMakeLists.txt
+++ mlir/tools/mlir-opt/CMakeLists.txt
@@ -20,6 +20,7 @@
 
 set(FULL_LINK_LIBS
   MLIRAnalysis
+  MLIRLoopAnalysis
   MLIRAffineOps
   MLIRAffineToStandard
   MLIRDialect


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74097.242772.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/33530442/attachment.bin>


More information about the llvm-commits mailing list