This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][cmake] Remove redundant add_dependencies()
ClosedPublic

Authored by stephenneuendorffer on Apr 16 2020, 12:29 PM.

Details

Summary

Libraries declared as target_link_libraries() do not also need
to be declared as dependencies using add_dependencies().

Depends on D78317

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript

Looks good. Are the build failures related to this? I somehow can't get a log chasing the link https://reviews.llvm.org/harbormaster/build/61155/.

Looks good. Are the build failures related to this? I somehow can't get a log chasing the link https://reviews.llvm.org/harbormaster/build/61155/.

I almost never see the harbormaster tests passing, so (unfortunately) I've taken to ignoring them.
I wish we could trust them.

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