From d8024371a5eac3fe75a5df75963fb508d9976f60 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 15 Jan 2019 18:07:54 +0000 Subject: Silence compiler warnings llvm-svn: 351215 --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp') diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp index d14bd89e48a..b69d7ea36ab 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp @@ -87,7 +87,7 @@ PlatformSP PlatformRemoteiOS::CreateInstance(bool force, const ArchSpec *arch) { // 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; -- cgit v1.2.3