This patch causes us to use pruneCache() to prune the ThinLTO cache after
completing LTO. A new flag --thinlto-cache-policy allows users to configure
the policy.
Depends on D31020
Paths
| Differential D31021
ELF: Add cache pruning support. ClosedPublic Authored by pcc on Mar 15 2017, 7:58 PM.
Details Summary This patch causes us to use pruneCache() to prune the ThinLTO cache after Depends on D31020
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Mar 16 2017, 7:21 PM Closed by commit rL298036: ELF: Add cache pruning support. (authored by pcc). · Explain WhyMar 16 2017, 7:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 92101 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/LTO.cpp
lld/trunk/ELF/Options.td
lld/trunk/test/ELF/lto/cache.ll
|