forked from OSchip/llvm-project
Update the Windows version of updateTripleOSVersion to account for
changes in r307372 llvm-svn: 307377
This commit is contained in:
parent
8c4069e842
commit
215be39cab
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue