Modules

This module contains some supplemental functions for dealing with errors.

Structs

An owned LLVM String. Also known as a LLVM Message

Functions

Determines whether or not LLVM has been configured to run in multithreaded mode. (Inkwell currently does not officially support multithreaded mode)

This function is very unsafe. Any reference to LLVM data after this function is called will likey segfault. Probably only ever useful to call before your program ends. Might not even be absolutely necessary.