Update the Windows version of updateTripleOSVersion to account for

changes in r307372

llvm-svn: 307377
This commit is contained in:
Alex Lorenz 2017-07-07 10:08:52 +00:00
parent 8c4069e842
commit 215be39cab
1 changed files with 2 additions and 2 deletions

View 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() {