[Lldb-commits] [lldb] r249826 - Fix the windows build after r249747
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 9 05:06:10 PDT 2015
Author: tberghammer
Date: Fri Oct 9 07:06:10 2015
New Revision: 249826
URL: http://llvm.org/viewvc/llvm-project?rev=249826&view=rev
Log:
Fix the windows build after r249747
Modified:
lldb/trunk/source/Symbol/ClangASTContext.cpp
Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/ClangASTContext.cpp?rev=249826&r1=249825&r2=249826&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/ClangASTContext.cpp (original)
+++ lldb/trunk/source/Symbol/ClangASTContext.cpp Fri Oct 9 07:06:10 2015
@@ -368,7 +368,9 @@ ClangASTContext::GetPluginVersion()
}
lldb::TypeSystemSP
-ClangASTContext::CreateInstance (lldb::LanguageType language, Module *module, Target *target)
+ClangASTContext::CreateInstance (lldb::LanguageType language,
+ lldb_private::Module *module,
+ Target *target)
{
if (ClangASTContextSupportsLanguage(language))
{
More information about the lldb-commits
mailing list