forked from OSchip/llvm-project
Debug Info: update testing cases when the context field of subprogram is updated
to use DIScopeRef. Paired commit with r192378. llvm-svn: 192379
This commit is contained in:
parent
c50fa1114b
commit
9935dc0592
|
@ -22,8 +22,8 @@ int main(int argc, char **argv) {
|
|||
A reallyA (500);
|
||||
}
|
||||
|
||||
// CHECK: ![[CLASSTYPE:.*]] = {{.*}} ; [ DW_TAG_class_type ] [A]
|
||||
// CHECK: ![[CLASSTYPE:.*]] = {{.*}}, metadata !"_ZTS1A"} ; [ DW_TAG_class_type ] [A]
|
||||
// CHECK: ![[ARTARG:.*]] = {{.*}} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [artificial] [from _ZTS1A]
|
||||
// CHECK: metadata ![[CLASSTYPE]], {{.*}} ; [ DW_TAG_subprogram ] [line 12] [A]
|
||||
// CHECK: metadata !"_ZTS1A", {{.*}} ; [ DW_TAG_subprogram ] [line 12] [A]
|
||||
// CHECK: metadata [[FUNCTYPE:![0-9]*]], i32 0, null, null, null} ; [ DW_TAG_subroutine_type ]
|
||||
// CHECK: [[FUNCTYPE]] = metadata !{null, metadata ![[ARTARG]], metadata !{{.*}}, metadata !{{.*}}}
|
||||
|
|
Loading…
Reference in New Issue