Table of Contents

Method CreateJit

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

CreateJit()

Creates a JIT engine

public LlJIT CreateJit()

Returns

LlJIT

Status results of the operation

Remarks

This function takes ownership of this builder (even on failures/exceptions). Thus, after this method is called, it is not valid to use this instance except to call Dispose(), which is a NOP.