lto_codegen_set_module

Function lto_codegen_set_module 

Source
pub unsafe extern "C" fn lto_codegen_set_module(
    cg: *mut LLVMOpaqueLTOCodeGenerator,
    _mod: *mut LLVMOpaqueLTOModule,
)
Expand description

Sets the object module for code gneeration. This will transfer ownership of the module to the code generator.

Added in LLVM 3.7.