[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] DWARFv5: support DW_TAG_variable static data members declarations (PR #72236)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 16 00:48:21 PST 2023


================
@@ -2965,6 +2965,7 @@ void DWARFASTParserClang::ParseSingleMember(
   // data members is DW_AT_declaration, so we check it instead.
   // FIXME: Since DWARFv5, static data members are marked DW_AT_variable so we
   // can consistently detect them on both GCC and Clang without below heuristic.
+  // Remove this block if we ever drop DWARFv4 support.
----------------
Michael137 wrote:

Clarified here: https://github.com/llvm/llvm-project/pull/72495

https://github.com/llvm/llvm-project/pull/72236


More information about the lldb-commits mailing list