From 478bc69c20a496b4a436ceb5679078d023fd6c52 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 9 Aug 2014 23:12:28 +0000 Subject: [PATCH] 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 --- lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp index 1a4ad82d3ade..bce182068d67 100644 --- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp +++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp @@ -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: