This patch makes DWARF writer emit DW_AT_string_length using the stringLengthExp operand of DIStringType.
This is part of the effort to add debug info support for Fortran deferred length strings.
Also updated the tests to exercise the change.
Differential D92412
[DebugInfo] Add handling of stringLengthExp operand of DIStringType cchen15 on Dec 1 2020, 11:19 AM. Authored by
Details This patch makes DWARF writer emit DW_AT_string_length using the stringLengthExp operand of DIStringType. This is part of the effort to add debug info support for Fortran deferred length strings. Also updated the tests to exercise the change.
Diff Detail
Event Timeline
Comment Actions Thanks @cchen15 for the patch! It seems like you're also adding support for FORTRAN deferred length string would you please make appropriate changes in summary to reflect the intent.
This comment was removed by cchen15. |