llvm_sys::lto

Function 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.