[][src]Function llvm_sys::lto::thinlto_create_codegen

pub unsafe extern "C" fn thinlto_create_codegen() -> thinlto_code_gen_t

Instantiates a ThinLTO code generator.

Returns null on error (check lto_get_error_message for details).

The code generator should not be reused.