ΒΆLLVMOrcJITDylibRef
LLVMOrcExecutionSessionCreateBareJITDylib(
LLVMOrcExecutionSessionRef ES,
const char* Name)
LLVMOrcJITDylibRef
LLVMOrcExecutionSessionCreateBareJITDylib(
LLVMOrcExecutionSessionRef ES,
const char* Name)
Description
Create a "bare" JITDylib. The client is responsible for ensuring that the JITDylib's name is unique, e.g. by calling LLVMOrcExecutionSessionGetJTIDylibByName first. This call does not install any library code or symbols into the newly created JITDylib. The client is responsible for all configuration.
Declared at: llvm/include/llvm-c/Orc.h:915
Parameters
- LLVMOrcExecutionSessionRef ES
- const char* Name