Method InitializeLLVM
InitializeLLVM()
Initializes the native LLVM library support
Declaration
public static IDisposable InitializeLLVM()
Returns
public static IDisposable InitializeLLVM()
IDisposable | IDisposable implementation for the library |
Remarks
This should be called once per application to initialize the LLVM library. Dispose() will release any resources allocated by the library.