LLVMSetTarget

Function LLVMSetTarget 

Source
pub unsafe extern "C" fn LLVMSetTarget(
    M: LLVMModuleRef,
    Triple: *const c_char,
)
Expand description

Set the target triple for a module.

@see Module::setTargetTriple()