diff options
| author | Jason Molenda <jmolenda@apple.com> | 2018-10-11 18:41:34 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2018-10-11 18:41:34 +0000 |
| commit | 25b3900f9f95d50e6cd748b573423015eacc5af4 (patch) | |
| tree | 107d7cd34273e49a991b7c8ec46f0c567e91120e | |
| parent | 518be950722ed7ba9d4e3fa9baf17bd8768791e6 (diff) | |
| download | bcm5719-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.cpp | 2 |
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: |

