Cache policy: interval (seconds) between two prunes of the cache. Set to a negative value to disable pruning. A value of 0 will force pruning to occur.
Declared in <llvm/LTO/legacy/ThinLTOCodeGenerator.h>
void
setCachePruningInterval(int Interval);
| Name | Description |
|---|---|
| Interval | Seconds between cache prunes; negative disables pruning. |