forked from OSchip/llvm-project
[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:
parent
c0330bc00f
commit
5db5002e65
|
@ -41,10 +41,6 @@ add_mlir_library(MLIRMlirOptMain
|
|||
|
||||
LINK_LIBS PUBLIC
|
||||
${LIBS}
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
mlir-headers
|
||||
)
|
||||
|
||||
add_llvm_tool(mlir-opt
|
||||
|
|
Loading…
Reference in New Issue