| commit | bb534b15a9959cdb6dc03a64151f68f1293f7a28 | [log] [tgz] |
|---|---|---|
| author | Ben Dunbobbin <bd1976llvm@gmail.com> | Fri Dec 22 18:32:15 2017 +0000 |
| committer | Ben Dunbobbin <bd1976llvm@gmail.com> | Fri Dec 22 18:32:15 2017 +0000 |
| tree | 3e721d406fb86cb01496834b4fa9c7a732347a3e | |
| parent | 26d11ca4b07e9c81fdcf6d00a20d8041c05bd842 [diff] |
[ThinLTO][CachePruning] explicitly disable pruning In https://reviews.llvm.org/rL321077 and https://reviews.llvm.org/D41231 I fixed a regression in the c-api which prevented the pruning from being *effectively* disabled. However this approach, helpfully recommended by @labath, is cleaner. It is also nice to remove the weasel words about effectively disabling from the api comments. Differential Revision: https://reviews.llvm.org/D41497 llvm-svn: 321376