summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Host.inc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Windows/Host.inc')
-rw-r--r--llvm/lib/Support/Windows/Host.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Host.inc b/llvm/lib/Support/Windows/Host.inc
index 90a6fb31670..58c4dc5d678 100644
--- a/llvm/lib/Support/Windows/Host.inc
+++ b/llvm/lib/Support/Windows/Host.inc
@@ -30,5 +30,5 @@ std::string sys::getDefaultTargetTriple() {
Triple = EnvTriple;
#endif
- return Triple::normalize(Triple);
+ return Triple;
}
OpenPOWER on IntegriCloud