[PATCH] D74097: [mlir] Build fix for mlir-opt
Mehdi Amini via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 21:16:28 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8dc3da7d58fe: [mlir] Build fix for mlir-opt (authored by kernhanda, committed by joker-eph-DISABLED).
Repository:
rG LLVM Github Monorepo
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.242808.patch
Type: text/x-patch
Size: 308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200206/ca89ccc7/attachment.bin>
More information about the llvm-commits
mailing list