[Lldb-commits] [lldb] [lldb] Recurse through DW_AT_signature when looking for attributes (PR #107241)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 07:59:34 PDT 2024
================
@@ -377,11 +378,6 @@ static void GetDeclContextImpl(DWARFDIE die,
die = spec;
continue;
}
- // To find the name of a type in a type unit, we must follow the signature.
- if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) {
----------------
Michael137 wrote:
Could you elaborate on why we don't need this anymore?
https://github.com/llvm/llvm-project/pull/107241
More information about the lldb-commits
mailing list