pub unsafe extern "C" fn lto_codegen_optimize(
cg: *mut LLVMOpaqueLTOCodeGenerator,
) -> u8Expand description
Runs optimization for the merged module.
Returns true on error.
Added in LLVM 3.7.
pub unsafe extern "C" fn lto_codegen_optimize(
cg: *mut LLVMOpaqueLTOCodeGenerator,
) -> u8Runs optimization for the merged module.
Returns true on error.
Added in LLVM 3.7.