Function llvm_sys::target_machine::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.