Windows: update for LLVM API change

MinGW32 and Cygwin have been removed from the OSType enumeration.  They are
represented as environments, and the OS is Windows in both of those cases.
Simply remove the value from the switch.

llvm-svn: 215304
This commit is contained in:
Saleem Abdulrasool 2014-08-09 23:12:28 +00:00
parent 0e1b31c2fd
commit 478bc69c20
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ PlatformWindows::CreateInstance (bool force, const lldb_private::ArchSpec *arch)
switch (triple.getOS())
{
case llvm::Triple::Win32:
case llvm::Triple::MinGW32:
break;
case llvm::Triple::UnknownOS: