add_llvm_library() sometimes needs access to the dependencies in order to
generate new targets. Using DEPENDS allows this.
Depends on D78320
Paths
| Differential D78321
[MLIR][cmake] Use DEPENDS instead of add_dependencies() ClosedPublic Authored by stephenneuendorffer on Apr 16 2020, 12:30 PM.
Details
Summary add_llvm_library() sometimes needs access to the dependencies in order to Depends on D78320
Diff Detail
Event TimelineClosed by commit rG26805f0b6408: [MLIR][cmake] Use DEPENDS instead of add_dependencies() (authored by stephenneuendorffer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258195 mlir/lib/Interfaces/CMakeLists.txt
|