[PATCH] D74097: [mlir] Build fix for mlir-opt
Kern Handa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 16:56:34 PST 2020
kernhanda updated this revision to Diff 242786.
kernhanda added a comment.
formatting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74097/new/
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
@@ -19,6 +19,7 @@
)
set(FULL_LINK_LIBS
+ MLIRLoopAnalysis
MLIRAnalysis
MLIRAffineOps
MLIRAffineToStandard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74097.242786.patch
Type: text/x-patch
Size: 308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/c307d25c/attachment.bin>
More information about the llvm-commits
mailing list