[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
This commit is contained in:
Lei Zhang 2020-05-07 09:47:27 -04:00
parent c0330bc00f
commit 5db5002e65
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ add_mlir_library(MLIRMlirOptMain
LINK_LIBS PUBLIC
${LIBS}
DEPENDS
intrinsics_gen
mlir-headers
)
add_llvm_tool(mlir-opt