1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +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;
static void updateTripleOSVersion(std::string &) {
// Do nothing.
static std::string updateTripleOSVersion(std::string Triple) {
return Triple;
}
std::string sys::getDefaultTargetTriple() {