Author: apolyakov
Date: Tue Jul  3 15:51:01 2018
New Revision: 336235

URL: http://llvm.org/viewvc/llvm-project?rev=336235&view=rev
Log:
Ammend "Fix MSVC2015 compilation failure after r336206 patch".

Modified:
    lldb/trunk/tools/lldb-mi/MICmdCmdSymbol.cpp

Modified: lldb/trunk/tools/lldb-mi/MICmdCmdSymbol.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdCmdSymbol.cpp?rev=336235&r1=336234&r2=336235&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdCmdSymbol.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmdCmdSymbol.cpp Tue Jul  3 15:51:01 2018
@@ -39,6 +39,8 @@ CreateMITuplePCLine(const uint32_t addr,
 }
 } // namespace
 
+using namespace lldb; // For operator==(const SBAddress &, const SBAddress &).
+
 //++
 
//------------------------------------------------------------------------------------
 // Details: CMICmdCmdSymbolListLines constructor.


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to