[Lldb-commits] [lldb] r344277 - Fix this comment so it is consistent with all the others.
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 11 11:41:35 PDT 2018
Author: jmolenda
Date: Thu Oct 11 11:41:34 2018
New Revision: 344277
URL: http://llvm.org/viewvc/llvm-project?rev=344277&view=rev
Log:
Fix this comment so it is consistent with all the others.
Modified:
lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
Modified: lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp?rev=344277&r1=344276&r2=344277&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp Thu Oct 11 11:41:34 2018
@@ -108,7 +108,7 @@ PlatformSP PlatformRemoteAppleBridge::Cr
}
if (create) {
switch (triple.getOS()) {
- // FIXMEJSM case llvm::Triple::BridgeOS:
+ // NEED_BRIDGEOS_TRIPLE case llvm::Triple::BridgeOS:
break;
default:
More information about the lldb-commits
mailing list