pub unsafe extern "C" fn LLVMGetTarget(
M: LLVMModuleRef,
) -> *const c_charExpand description
Obtain the target triple for a module.
@see Module::getTargetTriple()
pub unsafe extern "C" fn LLVMGetTarget(
M: LLVMModuleRef,
) -> *const c_charObtain the target triple for a module.
@see Module::getTargetTriple()