Skip to main content

LLVMGetVersion

Function LLVMGetVersion 

Source
pub(crate) extern "C" fn LLVMGetVersion(
    major: &mut c_uint,
    minor: &mut c_uint,
    patch: &mut c_uint,
)
Expand description

Gets the actual version of LLVM that we are linked to at runtime.

ยงSafety

Can be called without initializing LLVM.