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.
pub unsafe extern "C" fn thinlto_codegen_disable_codegen(
cg: *mut LLVMOpaqueThinLTOCodeGenerator,
disable: u8,
)Disable code generation (running all stages until codegen).
The output with codegen disabled is bitcode.