summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2018-10-11 18:41:34 +0000
committerJason Molenda <jmolenda@apple.com>2018-10-11 18:41:34 +0000
commit25b3900f9f95d50e6cd748b573423015eacc5af4 (patch)
tree107d7cd34273e49a991b7c8ec46f0c567e91120e
parent518be950722ed7ba9d4e3fa9baf17bd8768791e6 (diff)
downloadbcm5719-llvm-25b3900f9f95d50e6cd748b573423015eacc5af4.tar.gz
bcm5719-llvm-25b3900f9f95d50e6cd748b573423015eacc5af4.zip
Fix this comment so it is consistent with all the others.
llvm-svn: 344277
-rw-r--r--lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
index 8f35b593262..1ef0f2012b8 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
@@ -108,7 +108,7 @@ PlatformSP PlatformRemoteAppleBridge::CreateInstance(bool force,
}
if (create) {
switch (triple.getOS()) {
- // FIXMEJSM case llvm::Triple::BridgeOS:
+ // NEED_BRIDGEOS_TRIPLE case llvm::Triple::BridgeOS:
break;
default:
OpenPOWER on IntegriCloud