[mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain
authorLei Zhang <antiagainst@google.com>
Thu, 7 May 2020 13:47:27 +0000 (09:47 -0400)
committerLei Zhang <antiagainst@google.com>
Thu, 7 May 2020 17:59:05 +0000 (13:59 -0400)
commit5db5002e652aa09016889759506f4806f5a29973
tree6e70a70e7a6e2d58ee4618ed1a3f97169b000420
parentc0330bc00f528a1f031f507283e3371379714ede
[mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain

https://github.com/llvm/llvm-project/commit/c296d2dc53d5c11c
fixes the dependency issue by turning LINK_LIBS to PUBLIC.
These explicit DEPENDS are not needed anymore.

Differential Revision: https://reviews.llvm.org/D79574
mlir/tools/mlir-opt/CMakeLists.txt