This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Move from using target_link_libraries to LINK_LIBS
ClosedPublic

Authored by stephenneuendorffer on May 1 2020, 9:30 AM.

Details

Summary

This allows us to correctly generate dependencies for derived targets,
such as targets which are created for object libraries.

Diff Detail

Event Timeline

stephenneuendorffer edited the summary of this revision. (Show Details)
rriddle accepted this revision.May 1 2020, 11:58 AM
This revision is now accepted and ready to land.May 1 2020, 11:58 AM

This landed as part of a squashed commit.