This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO/gold] Perform cache pruning when cache directory specified
ClosedPublic

Authored by tejohnson on Feb 16 2018, 7:49 AM.

Details

Summary

As pointed out in the review for D37993, for consistency with other
linkers, gold plugin should perform cache pruning whenever there is a
cache directory specified, which will use the default cache policy.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Feb 16 2018, 7:49 AM
pcc accepted this revision.Feb 22 2018, 10:08 AM

LGTM

This revision is now accepted and ready to land.Feb 22 2018, 10:08 AM
This revision was automatically updated to reflect the committed changes.