[][src]Function llvm_sys::orc::LLVMOrcMakeSharedModule

pub unsafe extern "C" fn LLVMOrcMakeSharedModule(
    Mod: LLVMModuleRef
) -> LLVMSharedModuleRef

Turn an LLVMModuleRef into an LLVMSharedModuleRef.

The JIT shares ownership of modules; dispose of the returned shared module with LLVMOrcDisposeSharedModule.