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/CodeGenCXX/debug-lambda-this.cpp | |
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/CodeGenCXX/debug-lambda-this.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-lambda-this.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-lambda-this.cpp b/clang/test/CodeGenCXX/debug-lambda-this.cpp index 0844da0a817..e7155e76a1c 100644 --- a/clang/test/CodeGenCXX/debug-lambda-this.cpp +++ b/clang/test/CodeGenCXX/debug-lambda-this.cpp @@ -12,4 +12,4 @@ int D::d(int x) { }(); } -// CHECK: metadata !{i32 {{.*}}, metadata !"this", metadata !{{.*}}, i32 11, i64 64, i64 64, i64 0, i32 1, metadata !{{.*}}} ; [ DW_TAG_member ] [this] [line 11, size 64, align 64, offset 0] [private] [from ] +// CHECK: {{.*}} [ DW_TAG_member ] [this] [line 11, size 64, align 64, offset 0] [private] [from ] |