Try to fix the lldb build on Visual C++.

llvm-svn: 245185
This commit is contained in:
Yaron Keren 2015-08-16 19:40:40 +00:00
parent e0e6e5e11e
commit fe16dea62a
1 changed files with 2 additions and 2 deletions

View File

@ -9079,7 +9079,7 @@ bool
ClangASTContext::ResolveClangOpaqueTypeDefinition (SymbolFileDWARF *dwarf, ClangASTContext::ResolveClangOpaqueTypeDefinition (SymbolFileDWARF *dwarf,
DWARFCompileUnit *dwarf_cu, DWARFCompileUnit *dwarf_cu,
const DWARFDebugInfoEntry* die, const DWARFDebugInfoEntry* die,
Type *type, lldb_private::Type *type,
CompilerType &clang_type) CompilerType &clang_type)
{ {
// Disable external storage for this type so we don't get anymore // Disable external storage for this type so we don't get anymore
@ -12260,7 +12260,7 @@ ClangASTContext::ParseTypeFromDWARF (const SymbolContext& sc,
bool bool
ClangASTContext::CopyUniqueClassMethodTypes (SymbolFileDWARF *dst_symfile, ClangASTContext::CopyUniqueClassMethodTypes (SymbolFileDWARF *dst_symfile,
SymbolFileDWARF *src_symfile, SymbolFileDWARF *src_symfile,
Type *class_type, lldb_private::Type *class_type,
DWARFCompileUnit* src_cu, DWARFCompileUnit* src_cu,
const DWARFDebugInfoEntry *src_class_die, const DWARFDebugInfoEntry *src_class_die,
DWARFCompileUnit* dst_cu, DWARFCompileUnit* dst_cu,