aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/debug-info-ivars-private.m
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-19 23:10:14 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-19 23:10:14 +0000
commit86eac722f9e7478d90c240e4a8c11a8fa2318f1d (patch)
tree05de80af79da4ce48771352064500ce5ac01b84c /clang/test/CodeGenObjC/debug-info-ivars-private.m
parent2c0473563096131603232069a9d2c29c3eb4d605 (diff)
downloadllvm-86eac722f9e7478d90c240e4a8c11a8fa2318f1d.zip
llvm-86eac722f9e7478d90c240e4a8c11a8fa2318f1d.tar.gz
llvm-86eac722f9e7478d90c240e4a8c11a8fa2318f1d.tar.bz2
Simplify/generalize some debug info test cases
Mostly, try to depend on the annotation comments more so these tests are more legible, brief, and agnostic to schema changes in the future (sure, they're not agnostic to changes to the comment annotations but since they're easier to read they should be easier to update if that happens). llvm-svn: 177457
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-ivars-private.m')
-rw-r--r--clang/test/CodeGenObjC/debug-info-ivars-private.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-ivars-private.m b/clang/test/CodeGenObjC/debug-info-ivars-private.m
index 0a555c2..8505da1 100644
--- a/clang/test/CodeGenObjC/debug-info-ivars-private.m
+++ b/clang/test/CodeGenObjC/debug-info-ivars-private.m
@@ -32,5 +32,5 @@ __attribute((objc_root_class)) @interface NSObject {
}
@end
-// CHECK: metadata !{i32 {{[0-9]*}}, metadata !{{[0-9]*}}, metadata !"foo", metadata !{{[0-9]*}}, i32 14, i64 32, i64 32, i64 0, i32 2, metadata !{{[0-9]*}}, null} ; [ DW_TAG_member ] [foo] [line 14, size 32, align 32, offset 0] [protected] [from int]
-// CHECK: metadata !{i32 {{[0-9]*}}, metadata !{{[0-9]*}}, metadata !"bar", metadata !{{[0-9]*}}, i32 27, i64 32, i64 32, i64 0, i32 1, metadata !{{[0-9]*}}, null} ; [ DW_TAG_member ] [bar] [line 27, size 32, align 32, offset 0] [private] [from int]
+// CHECK: {{.*}} [ DW_TAG_member ] [foo] [line 14, size 32, align 32, offset 0] [protected] [from int]
+// CHECK: {{.*}} [ DW_TAG_member ] [bar] [line 27, size 32, align 32, offset 0] [private] [from int]