diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-synthesis.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-synthesis.m | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/CodeGenObjC/debug-info-synthesis.m b/test/CodeGenObjC/debug-info-synthesis.m index 55867b4..2bf001b 100644 --- a/test/CodeGenObjC/debug-info-synthesis.m +++ b/test/CodeGenObjC/debug-info-synthesis.m @@ -30,5 +30,8 @@ int main(int argc, char *argv[]) { } } -// CHECK: ![[FILE:.*]] = {{.*}}[ DW_TAG_file_type ] [{{.*}}/foo.h] -// CHECK: ![[FILE]], {{.*}} ; [ DW_TAG_subprogram ] [line 8] [local] [def] [-[Foo dict]] +// CHECK: ![[FILE:.*]] = !DIFile(filename: "{{[^"]+}}foo.h" +// CHECK: !DISubprogram(name: "-[Foo setDict:]" +// CHECK-SAME: file: ![[FILE]], +// CHECK-SAME: line: 8, +// CHECK-SAME: isLocal: true, isDefinition: true |