diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-19 23:10:14 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-19 23:10:14 +0000 |
commit | 86eac722f9e7478d90c240e4a8c11a8fa2318f1d (patch) | |
tree | 05de80af79da4ce48771352064500ce5ac01b84c /clang/test/CodeGenObjC/debug-info-impl.m | |
parent | 2c0473563096131603232069a9d2c29c3eb4d605 (diff) | |
download | bcm5719-llvm-86eac722f9e7478d90c240e4a8c11a8fa2318f1d.tar.gz bcm5719-llvm-86eac722f9e7478d90c240e4a8c11a8fa2318f1d.zip |
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-impl.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-impl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-impl.m b/clang/test/CodeGenObjC/debug-info-impl.m index 51d111454fb..8991a88962d 100644 --- a/clang/test/CodeGenObjC/debug-info-impl.m +++ b/clang/test/CodeGenObjC/debug-info-impl.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -S -emit-llvm %s -o - | FileCheck %s -// CHECK: metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"Circle", metadata {{.*}}, i32 11, i64 64, i64 64, i32 0, i32 512, null, metadata {{.*}}, i32 16, null, null} ; [ DW_TAG_structure_type ] +// CHECK: {{.*}} [ DW_TAG_structure_type ] [Circle] [line 11, @interface NSObject { struct objc_object *isa; } |