[PATCH] D37995: [Docs] Document cache pruning support for gold

2017-09-18 Thread Yi Kong via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL313591: [Docs] Document cache pruning support for gold (authored by kongyi). Changed prior to commit: https://reviews.llvm.org/D37995?vs=115710&id=115745#toc Repository: rL LLVM https://reviews.llvm

[PATCH] D37995: [Docs] Document cache pruning support for gold

2017-09-18 Thread Teresa Johnson via Phabricator via cfe-commits
tejohnson accepted this revision. tejohnson added a comment. This revision is now accepted and ready to land. LGTM with one fix noted. Comment at: docs/ThinLTO.rst:144 To help keep the size of the cache under control, ThinLTO supports cache pruning. Cache pruning is supported

[PATCH] D37995: [Docs] Document cache pruning support for gold

2017-09-18 Thread Yi Kong via Phabricator via cfe-commits
kongyi created this revision. kongyi added a project: clang. Herald added subscribers: eraman, mehdi_amini. Feature implemented in https://reviews.llvm.org/D37993 Repository: rL LLVM https://reviews.llvm.org/D37995 Files: docs/ThinLTO.rst Index: docs/ThinLTO.rst =