thinlto_codegen_disable_codegen

Function thinlto_codegen_disable_codegen 

Source
pub unsafe extern "C" fn thinlto_codegen_disable_codegen(
    cg: *mut LLVMOpaqueThinLTOCodeGenerator,
    disable: u8,
)
Expand description

Disable code generation (running all stages until codegen).

The output with codegen disabled is bitcode.