Function llvm_sys::lto::thinlto_create_codegen

source ยท
pub unsafe extern "C" fn thinlto_create_codegen(
) -> thinlto_code_gen_t
Expand description

Instantiates a ThinLTO code generator.

Returns null on error (check lto_get_error_message for details).

The code generator should not be reused.