LLVMOrcCreateInstance

Create an ORC JIT stack.

The client owns the resulting stack, and must call OrcDisposeInstance(...) to destroy it and free its memory. The JIT stack will take ownership of the TargetMachine, which will be destroyed when the stack is destroyed. The client should not attempt to dispose of the Target Machine, or it will result in a double-free.

extern (C) nothrow
LLVMOrcCreateInstance

Meta