mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
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,
|
||||
DWARFCompileUnit *dwarf_cu,
|
||||
const DWARFDebugInfoEntry* die,
|
||||
Type *type,
|
||||
lldb_private::Type *type,
|
||||
CompilerType &clang_type)
|
||||
{
|
||||
// Disable external storage for this type so we don't get anymore
|
||||
@ -12260,7 +12260,7 @@ ClangASTContext::ParseTypeFromDWARF (const SymbolContext& sc,
|
||||
bool
|
||||
ClangASTContext::CopyUniqueClassMethodTypes (SymbolFileDWARF *dst_symfile,
|
||||
SymbolFileDWARF *src_symfile,
|
||||
Type *class_type,
|
||||
lldb_private::Type *class_type,
|
||||
DWARFCompileUnit* src_cu,
|
||||
const DWARFDebugInfoEntry *src_class_die,
|
||||
DWARFCompileUnit* dst_cu,
|
||||
|
Loading…
Reference in New Issue
Block a user