Update the Windows version of updateTripleOSVersion to account for
authorAlex Lorenz <arphaman@gmail.com>
Fri, 7 Jul 2017 10:08:52 +0000 (10:08 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 7 Jul 2017 10:08:52 +0000 (10:08 +0000)
changes in r307372

llvm-svn: 307377

llvm/lib/Support/Windows/Host.inc

index 461fb78..90a6fb3 100644 (file)
@@ -17,8 +17,8 @@
 
 using namespace llvm;
 
-static void updateTripleOSVersion(std::string &) {
-  // Do nothing.
+static std::string updateTripleOSVersion(std::string Triple) {
+  return Triple;
 }
 
 std::string sys::getDefaultTargetTriple() {