Try to fix the lldb build on Visual C++.
llvm-svn: 245185
This commit is contained in:
parent
e0e6e5e11e
commit
fe16dea62a
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue