Use static instead of an anonymous namespace.
[oota-llvm.git] / lib / Support / Windows / Host.inc
index 733830e82f08e69e80722a4ed39c1e849b0c4996..7bda89dc49c7fa2b0d521c0a5139475f4664a120 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "Windows.h"
+#include "WindowsSupport.h"
 #include <cstdio>
 #include <string>
 
 using namespace llvm;
 
-std::string sys::getHostTriple() {
-  // FIXME: Adapt to running version.
-  return LLVM_HOSTTRIPLE;
+std::string sys::getDefaultTargetTriple() {
+  return LLVM_DEFAULT_TARGET_TRIPLE;
 }