Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb][DebugNames] Only skip processing of DW_AT_declarations for cla…
…ss/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.
- Loading branch information