forked from OSchip/llvm-project
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:
parent
0e1b31c2fd
commit
478bc69c20
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue