Skip to main content

LLVMGetVersion

Function LLVMGetVersion 

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