Skip to content

Commit

Permalink
Revert "[lldb][DWARF] Do not complete type from declaration die. (#91799
Browse files Browse the repository at this point in the history
)"

This reverts commit a7eff59.
  • Loading branch information
jimingham committed May 14, 2024
1 parent 37b8e5f commit 70de9b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2306,11 +2306,6 @@ bool DWARFASTParserClang::CompleteTypeFromDWARF(const DWARFDIE &die,

if (!die)
return false;
ParsedDWARFTypeAttributes attrs(die);
bool is_forward_declaration = IsForwardDeclaration(
die, attrs, SymbolFileDWARF::GetLanguage(*die.GetCU()));
if (is_forward_declaration)
return false;

const dw_tag_t tag = die.Tag();

Expand Down

0 comments on commit 70de9b2

Please sign in to comment.