[all-commits] [llvm/llvm-project] 5db500: [mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu May 7 10:59:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5db5002e652aa09016889759506f4806f5a29973
https://github.com/llvm/llvm-project/commit/5db5002e652aa09016889759506f4806f5a29973
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list