We now always create files with the correct permissions. Simplify the interface.
[oota-llvm.git] / lib / Support / Windows / Host.inc
index 733830e82f08e69e80722a4ed39c1e849b0c4996..2e6d6f190370b9143a9417b89a37e14b96c7df59 100644 (file)
@@ -17,7 +17,6 @@
 
 using namespace llvm;
 
-std::string sys::getHostTriple() {
-  // FIXME: Adapt to running version.
-  return LLVM_HOSTTRIPLE;
+std::string sys::getDefaultTargetTriple() {
+  return LLVM_DEFAULT_TARGET_TRIPLE;
 }