This is an archive of the discontinued LLVM Phabricator instance.

[libc] Propagate entrypoint deps to downstream targets.
ClosedPublic

Authored by sivachandra on Apr 20 2020, 10:10 PM.

Details

Summary

Deps are recrusively evaluated at the place they are needed. With this
change, one does not have to list recursive deps of entrypoints when
listing test targets. One will still have to explicitly list all
entrypoint objects when setting up an "add_entrypoint_library" target.

Depends on D78536.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 20 2020, 10:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2020, 10:10 PM
abrachet accepted this revision.Apr 20 2020, 11:17 PM

Excited about this one!

This revision is now accepted and ready to land.Apr 20 2020, 11:17 PM
This revision was automatically updated to reflect the committed changes.