LLVMGetTarget

Function LLVMGetTarget 

Source
pub unsafe extern "C" fn LLVMGetTarget(
    M: LLVMModuleRef,
) -> *const c_char
Expand description

Obtain the target triple for a module.

@see Module::getTargetTriple()