This is an archive of the discontinued LLVM Phabricator instance.

[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
generate new targets. Using DEPENDS allows this.

Depends on D78320

Diff Detail

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 16 2020, 4:11 PM
This revision was automatically updated to reflect the committed changes.