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

Turn an LLVMModuleRef into an LLVMSharedModuleRef.

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