diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2014-03-31 07:59:14 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2014-03-31 07:59:14 +0000 |
| commit | 070a752d7e9965eaeac8d58e289074e06cbc2cc6 (patch) | |
| tree | ab02675c13932a23a206cd5c4fd348568e431411 /llvm/lib/Bitcode | |
| parent | f461da5306a51af7f13c481f1cb9acd25bfa0be3 (diff) | |
| download | bcm5719-llvm-070a752d7e9965eaeac8d58e289074e06cbc2cc6.tar.gz bcm5719-llvm-070a752d7e9965eaeac8d58e289074e06cbc2cc6.zip | |
Correct OS conditionals following r204977 and r204978.
Previously, MinGW OS was Triple::MinGW and Cygwin was Triple::Cygwin
and now it is Triple::Win32 with Environment being GNU or Cygwin.
So,
TheTriple.getOS() == Triple::Win32
is replaced by
TheTriple.isWindowsMSVCEnvironment()
and
(TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin)
is replaced by
TheTriple.isOSCygMing()
llvm-svn: 205170
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions

