ΒΆLLVMErrorRef LLVMOrcRemoveModule(
    LLVMOrcJITStackRef JITStack,
    LLVMOrcModuleHandle H)

Description

Remove a module set from the JIT. This works for all modules that can be added via OrcAdd*, including object files.

Declared at: llvm/include/llvm-c/OrcBindings.h:129

Parameters

LLVMOrcJITStackRef JITStack
LLVMOrcModuleHandle H