This is an archive of the discontinued LLVM Phabricator instance.

lto: Clean up C libLTO interfaces pertaining to linker flags.
ClosedPublic

Authored by pcc on Jun 29 2015, 4:03 PM.

Details

Summary

Specifically, remove the dependent library interface and replace the existing
linker option interface with a new one that returns a single list of flags.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 28724.Jun 29 2015, 4:03 PM
pcc retitled this revision from to lto: Clean up C libLTO interfaces pertaining to linker flags..
pcc updated this object.
pcc edited the test plan for this revision. (Show Details)
pcc added a reviewer: ygao.
pcc added a subscriber: Unknown Object (MLST).
ygao accepted this revision.Jun 29 2015, 4:05 PM
ygao edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Jun 29 2015, 4:05 PM
This revision was automatically updated to reflect the committed changes.