ΒΆvoid LLVMOrcDisposeThreadSafeModule(
    LLVMOrcThreadSafeModuleRef TSM)

Description

Dispose of a ThreadSafeModule. This should only be called if ownership has not been passed to LLJIT (e.g. because some error prevented the client from adding this to the JIT).

Declared at: llvm/include/llvm-c/Orc.h:1113

Parameters

LLVMOrcThreadSafeModuleRef TSM