ΒΆextern void thinlto_codegen_set_cache_size_bytes(
    thinlto_code_gen_t cg,
    unsigned int max_size_bytes)

Description

Sets the maximum size of the cache directory (in bytes). A value over the amount of available space on the disk will be reduced to the amount of available space. An unspecified default value will be applied. A value of 0 will be ignored.

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

Parameters

thinlto_code_gen_t cg
unsigned int max_size_bytes