ΒΆLLVMModuleProviderRef
LLVMCreateModuleProviderForExistingModule(
    LLVMModuleRef M)

Description

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

Declared at: llvm/include/llvm-c/Core.h:4126

Parameters

LLVMModuleRef M