15#include "llvm/Config/config.h"
22static std::string updateTripleOSVersion(std::string
Triple) {
return Triple; }
24std::string sys::getDefaultTargetTriple() {
25 const char *
Triple = LLVM_DEFAULT_TARGET_TRIPLE;
29#if defined(LLVM_TARGET_TRIPLE_ENV)
30 if (
const char *EnvTriple = std::getenv(LLVM_TARGET_TRIPLE_ENV))
Triple - Helper class for working with autoconf configuration names.
This is an optimization pass for GlobalISel generic memory operations.