LLVMCreateModuleProviderForExistingModule

Changes the type of M so it can be passed to FunctionPassManagers and the JIT. They take ModuleProviders for historical reasons.

extern (C) nothrow
LLVMModuleProviderRef
LLVMCreateModuleProviderForExistingModule
(
LLVMModuleRef M
)

Meta