| commit | 048ac83973f08e19ec8fc5a8597ad3d283b6e7ad | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Wed Nov 22 18:27:31 2017 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Wed Nov 22 18:27:31 2017 +0000 |
| tree | fc0291ed6ca4889deea00ae1c8f4fb2aef487562 | |
| parent | 6ca1dd6fa3e6f8c6517a716cf3703e3a524320d4 [diff] |
CachePruning: Allow limiting the number of files in the cache directory. The default limit is 1000000 but it can be configured with a cache policy. The motivation is that some filesystems (notably ext4) have a limit on the number of files that can be contained in a directory (separate from the inode limit). Differential Revision: https://reviews.llvm.org/D40327 llvm-svn: 318857