pub unsafe extern "C" fn LLVMSetTarget(
M: LLVMModuleRef,
Triple: *const c_char,
)Expand description
Set the target triple for a module.
@see Module::setTargetTriple()
pub unsafe extern "C" fn LLVMSetTarget(
M: LLVMModuleRef,
Triple: *const c_char,
)Set the target triple for a module.
@see Module::setTargetTriple()