ΒΆLLVMErrorRef
LLVMOrcExecutionSessionCreateJITDylib(
    LLVMOrcExecutionSessionRef ES,
    LLVMOrcJITDylibRef* Result,
    const char* Name)

Description

Create a JITDylib. The client is responsible for ensuring that the JITDylib's name is unique, e.g. by calling LLVMOrcExecutionSessionGetJTIDylibByName first. If a Platform is attached to the ExecutionSession then Platform::setupJITDylib will be called to install standard platform symbols (e.g. standard library interposes). If no Platform is installed then this call is equivalent to LLVMExecutionSessionRefCreateBareJITDylib and will always return success.

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

Parameters

LLVMOrcExecutionSessionRef ES
LLVMOrcJITDylibRef* Result
const char* Name