20 static std::string updateTripleOSVersion(std::string
Triple) {
25 const char *
Triple = LLVM_DEFAULT_TARGET_TRIPLE;
28 #if defined(LLVM_TARGET_TRIPLE_ENV) 29 if (
const char *EnvTriple = std::getenv(LLVM_TARGET_TRIPLE_ENV))
This class represents lattice values for constants.
std::string getDefaultTargetTriple()
getDefaultTargetTriple() - Return the default target triple the compiler has been configured to produ...
Triple - Helper class for working with autoconf configuration names.