thinlto_set_generated_objects_dir

Function thinlto_set_generated_objects_dir 

Source
pub unsafe extern "C" fn thinlto_set_generated_objects_dir(
    cg: *mut LLVMOpaqueThinLTOCodeGenerator,
    save_temps_dir: *const i8,
)
Expand description

Set the path to a directory to save generated object files.

Set this to request on-disk rather than in-memory buffers. When set, use thinlto_module_get_object_file instead of thinlto_module_get_object.