This patch adds support for DWARF attribute DW_AT_rank.
Summary:
Fortran assumed rank arrays have dynamic rank. DWARF attribute
DW_AT_rank is needed to support that.
Testing:
unit test cases added (hand-written)
check llvm
check debug-info
Differential D89141
[DebugInfo] Support for DWARF attribute DW_AT_rank alok on Oct 9 2020, 9:40 AM. Authored by
Details This patch adds support for DWARF attribute DW_AT_rank. Summary: Fortran assumed rank arrays have dynamic rank. DWARF attribute Testing: unit test cases added (hand-written)
Diff Detail
Event TimelineComment Actions This looks reasonable. At some point we are crossing over the threshold where we should split out a DI(Fortran?)Array subclass so we don't have to pay for all the extra fields in every type. |