[PATCH] D79429: [mlir] Add missing dependency to MLIRMlirOptMain
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 10:47:36 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6fb7e9a195b3: [mlir] Add missing dependency to MLIRMlirOptMain (authored by antiagainst).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79429/new/
https://reviews.llvm.org/D79429
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
@@ -30,7 +30,6 @@
MLIRTestTransforms
MLIRSupport
MLIRIR
- MLIROptLib
)
# Exclude from libMLIR.so because this has static options intended for
@@ -42,6 +41,10 @@
LINK_LIBS
${LIBS}
+
+ DEPENDS
+ intrinsics_gen
+ mlir-headers
)
add_llvm_tool(mlir-opt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79429.262167.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/64c09629/attachment.bin>
More information about the llvm-commits
mailing list