diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-01 22:53:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-02-01 22:53:19 +0000 |
commit | 288c75597c8cb0f96c416dd099b966a043ed86b1 (patch) | |
tree | 74e454aa59d7dfb8b8859b513570bf5defaaf274 /test/CodeGenCXX/debug-info-class.cpp | |
parent | 9484c1dcf084452228aae439edcd00e1b4ce7470 (diff) |
clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-class.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-class.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-class.cpp b/test/CodeGenCXX/debug-info-class.cpp index 410b921ce4..2f81436bcf 100644 --- a/test/CodeGenCXX/debug-info-class.cpp +++ b/test/CodeGenCXX/debug-info-class.cpp @@ -30,8 +30,9 @@ int main(int argc, char **argv) { return 0; } -// CHECK: unwind label %terminate.lpad, !dbg ![[EXCEPTLOC:.*]] -// CHECK: store i32 0, i32* %retval, !dbg ![[RETLOC:.*]] +// CHECK: invoke void @_ZN1BD1Ev(%class.B* %b) +// CHECK-NEXT: unwind label %{{.+}}, !dbg ![[EXCEPTLOC:.*]] +// CHECK: store i32 0, i32* %{{.+}}, !dbg ![[RETLOC:.*]] // CHECK: DW_TAG_structure_type ] [foo] // CHECK: DW_TAG_class_type ] [bar] // CHECK: DW_TAG_union_type ] [baz] |