Contexts are execution states for the core LLVM IR system.
Most types are tied to a context instance. Multiple contexts can
exist simultaneously. A single context is not thread safe. However,
different contexts can execute on different threads simultaneously.
@defgroup LLVMCCoreContext Contexts
Contexts are execution states for the core LLVM IR system.
Most types are tied to a context instance. Multiple contexts can exist simultaneously. A single context is not thread safe. However, different contexts can execute on different threads simultaneously.
@{