ΒΆvoid thinlto_set_generated_objects_dir(
    thinlto_code_gen_t cg,
    const char* save_temps_dir)

Description

Set the path to a directory where to save generated object files. This path can be used by a linker to request on-disk files instead of in-memory buffers. When set, results are available through thinlto_module_get_object_file() instead of thinlto_module_get_object().

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

Parameters

thinlto_code_gen_t cg
const char* save_temps_dir