llvm::ThinLTOCodeGenerator::setCachePruningInterval

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.

Synopsis

Declared in <llvm/LTO/legacy/ThinLTOCodeGenerator.h>

void
setCachePruningInterval(int Interval);

Parameters

NameDescription
IntervalSeconds between cache prunes; negative disables pruning.