diff options
Diffstat (limited to 'source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp')
| -rw-r--r-- | source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp b/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp index 6159511d4a18..59e6e19fbffc 100644 --- a/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp +++ b/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp @@ -7,13 +7,9 @@ // //===----------------------------------------------------------------------===// -// C Includes -// C++ Includes #include <string> #include <vector> -// Other libraries and framework includes -// Project includes #include "PlatformRemoteAppleWatch.h" #include "lldb/Breakpoint/BreakpointLocation.h" @@ -96,7 +92,7 @@ PlatformSP PlatformRemoteAppleWatch::CreateInstance(bool force, // Only accept "unknown" for the vendor if the host is Apple and // "unknown" wasn't specified (it was just returned because it was NOT // specified) - case llvm::Triple::UnknownArch: + case llvm::Triple::UnknownVendor: create = !arch->TripleVendorWasSpecified(); break; |
