diff options
Diffstat (limited to 'test/CodeGenObjC/block-byref-debuginfo.m')
-rw-r--r-- | test/CodeGenObjC/block-byref-debuginfo.m | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGenObjC/block-byref-debuginfo.m b/test/CodeGenObjC/block-byref-debuginfo.m index 231767e..aa91628 100644 --- a/test/CodeGenObjC/block-byref-debuginfo.m +++ b/test/CodeGenObjC/block-byref-debuginfo.m @@ -3,7 +3,10 @@ // rdar://problem/14386148 // Test that the foo is aligned at an 8 byte boundary in the DWARF // expression (256) that locates it inside of the byref descriptor: -// CHECK: [ DW_TAG_member ] [foo] [line 0, size {{[0-9]+}}, align 64, offset 256] [from Foo] +// CHECK: !DIDerivedType(tag: DW_TAG_member, name: "foo", +// CHECK-NOT: line: +// CHECK-SAME: align: 64 +// CHECK-SAME: offset: 256 struct Foo { unsigned char *data; |