1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 a399a4d551
commit a6dc00a25f

View File

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