pub unsafe extern "C" fn thinlto_codegen_set_cache_pruning_interval(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
interval: i32,
)Expand description
Set the cache pruning interval, in seconds.
A negative value disables pruning, and 0 is ignored.