[Lldb-commits] [lldb] r336235 - Ammend "Fix MSVC2015 compilation failure after r336206 patch".
Alexander Polyakov via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 3 15:51:01 PDT 2018
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.
More information about the lldb-commits
mailing list