ΒΆextern void
thinlto_codegen_set_cache_pruning_interval(
    thinlto_code_gen_t cg,
    int interval)

Description

Sets the cache pruning interval (in seconds). A negative value disables the pruning. An unspecified default value will be applied, and a value of 0 will force prunning to occur.

Declared at: llvm/include/llvm-c/lto.h:854

Parameters

thinlto_code_gen_t cg
int interval