Function llvm_sys::lto::thinlto_codegen_process
source ยท pub unsafe extern "C" fn thinlto_codegen_process(
cg: thinlto_code_gen_t,
)
Expand description
Optimize and codegen all modules attached to the code generator.
Resulting objects are accessible with thinlto_module_get_object
.