Function llvm_sys::lto::thinlto_codegen_set_savetemps_dir
source · pub unsafe extern "C" fn thinlto_codegen_set_savetemps_dir(
cg: thinlto_code_gen_t,
save_temps_dir: *const c_char
)
Expand description
Set the path to a directory to use as temporary bitcode storage.
This is meant to make the bitcode files available for debugging.