Function llvm_sys::lto::thinlto_set_generated_objects_dir
source · pub unsafe extern "C" fn thinlto_set_generated_objects_dir(
cg: thinlto_code_gen_t,
save_temps_dir: *const c_char
)
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
.