Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions test/llvm/debugInfo/dwarfdump/classes.good
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,14 @@ DW_TAG_structure_type
DW_AT_name ("locale")
DW_AT_type ("chpl_localeID_t")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (4)
DW_AT_data_member_location (0x00)
DW_TAG_member
DW_AT_name ("addr")
DW_AT_type ("_ref(myRec(unmanaged MyClass))")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (8)
DW_AT_data_member_location (0x08)
NULL
Expand All @@ -401,14 +401,14 @@ DW_TAG_structure_type
DW_AT_name ("locale")
DW_AT_type ("chpl_localeID_t")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (4)
DW_AT_data_member_location (0x00)
DW_TAG_member
DW_AT_name ("addr")
DW_AT_type ("_ref(myRec(unmanaged MyClass?))")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (8)
DW_AT_data_member_location (0x08)
NULL
Expand All @@ -427,14 +427,14 @@ DW_TAG_structure_type
DW_AT_name ("locale")
DW_AT_type ("chpl_localeID_t")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (4)
DW_AT_data_member_location (0x00)
DW_TAG_member
DW_AT_name ("addr")
DW_AT_type ("_ref(myRec(unmanaged MyChildClass?))")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (8)
DW_AT_data_member_location (0x08)
NULL
Expand All @@ -453,14 +453,14 @@ DW_TAG_structure_type
DW_AT_name ("locale")
DW_AT_type ("chpl_localeID_t")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (4)
DW_AT_data_member_location (0x00)
DW_TAG_member
DW_AT_name ("addr")
DW_AT_type ("_ref(myRec(unmanaged MyChildClass?))")
DW_AT_decl_file ("$CHPL_HOME/modules/internal/ChapelBase.chpl")
DW_AT_decl_line (1854)
DW_AT_decl_line (1858)
DW_AT_alignment (8)
DW_AT_data_member_location (0x08)
NULL
Expand Down