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
.
pub unsafe extern "C" fn thinlto_codegen_process(
cg: thinlto_code_gen_t,
)
Optimize and codegen all modules attached to the code generator.
Resulting objects are accessible with thinlto_module_get_object
.