Commit ddf2004
committed
[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.1 parent aad7874 commit ddf2004
File tree
1 file changed
+2
-1
lines changed- lldb/source/Plugins/SymbolFile/DWARF
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments