1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/Bitcode
Alok Kumar Sharma 0d9afcbbba [DebugInfo] Support for DW_TAG_generic_subrange
This is needed to support fortran assumed rank arrays which
have runtime rank.

  Summary:
Fortran assumed rank arrays have dynamic rank. DWARF TAG
DW_TAG_generic_subrange is needed to support that.

  Testing:
unit test cases added (hand-written)
check llvm
check debug-info

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D89218
2020-10-29 01:34:15 +05:30
..
Reader [DebugInfo] Support for DW_TAG_generic_subrange 2020-10-29 01:34:15 +05:30
Writer [DebugInfo] Support for DW_TAG_generic_subrange 2020-10-29 01:34:15 +05:30
CMakeLists.txt
LLVMBuild.txt