summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-01-15 18:07:54 +0000
committerAdrian Prantl <aprantl@apple.com>2019-01-15 18:07:54 +0000
commitd8024371a5eac3fe75a5df75963fb508d9976f60 (patch)
tree68606544e55bcaa95b18a0b1eeb9baa424f28b67 /lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
parentd963a7c39891ae33e87500502d5199946af22bde (diff)
downloadbcm5719-llvm-d8024371a5eac3fe75a5df75963fb508d9976f60.tar.gz
bcm5719-llvm-d8024371a5eac3fe75a5df75963fb508d9976f60.zip
Silence compiler warnings
llvm-svn: 351215
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp')
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
index 9d1e5f43379..b1d5960bb68 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
@@ -90,7 +90,7 @@ PlatformSP PlatformiOSSimulator::CreateInstance(bool force,
// Only accept "unknown" for the vendor if the host is Apple and it
// "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;
#endif
OpenPOWER on IntegriCloud