You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb][DebugNames] Only skip processing of DW_AT_declarations for class/union types
This is a follow-up of llvm#92328 (comment)
Clang attaches `DW_AT_declaration` to static inline data members
and `dsymutil` indexes these constants. Skipping these caused
the expression evaluator to fail to find such constants when
using DWARFv5.
Fixes `TestConstStaticIntegralMember.py` on DWARFv5.
0 commit comments