llvm::sys::getProcessTriple

getProcessTriple() - Return an appropriate target triple for generating code to be loaded into the current process, e.g. when using the JIT.

Synopsis

Declared in <llvm/TargetParser/Host.h>

std::string
getProcessTriple();

Return Value

The target triple for the current process.