llvm_sys::target_machine

Function LLVMNormalizeTargetTriple

source
pub unsafe extern "C" fn LLVMNormalizeTargetTriple(
    triple: *const c_char,
) -> *mut c_char
Expand description

Normalize a target triple. The result needs to be disposed with LLVMDisposeMessage.