This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove redundant library dependencies
ClosedPublic

Authored by stephenneuendorffer on Feb 20 2020, 2:07 PM.

Details

Summary

In cmake, it is redundant to have a target list under target_link_libraries()
and add_dependency(). This patch removes the redundant dependency from
add_dependency().

Diff Detail

Event Timeline

stephenneuendorffer edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Feb 28 2020, 11:51 AM
This revision was automatically updated to reflect the committed changes.