+2
−1
llvm/test/DebugInfo/X86/namelist1.ll
0 → 100644
+64
−0
llvm/test/DebugInfo/X86/namelist2.ll
0 → 100644
+62
−0
Loading
This patch emits DW_TAG_namelist and DW_TAG_namelist_item for fortran namelist variables. DICompositeType is extended to support this fortran feature. Reviewed By: aprantl Differential Revision: https://reviews.llvm.org/D108553