[PATCH] D79574: [mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 11:21:29 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5db5002e652a: [mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain (authored by antiagainst).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79574/new/
https://reviews.llvm.org/D79574
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
@@ -41,10 +41,6 @@
LINK_LIBS PUBLIC
${LIBS}
-
- DEPENDS
- intrinsics_gen
- mlir-headers
)
add_llvm_tool(mlir-opt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79574.262703.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/6a469f2b/attachment.bin>
More information about the llvm-commits
mailing list