diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2015-11-05 22:04:14 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2015-11-05 22:04:14 +0000 |
commit | 0900fe0f1bdae8e87d0400c89673601217055c93 (patch) | |
tree | 2e78bf289095138dadf955b82f27fcbd4fdd228e /clang/test/CodeGenCXX/debug-info-windows-dtor.cpp | |
parent | d4bff30370db9f2cb13838897012768739cf1ee0 (diff) | |
download | bcm5719-llvm-0900fe0f1bdae8e87d0400c89673601217055c93.tar.gz bcm5719-llvm-0900fe0f1bdae8e87d0400c89673601217055c93.zip |
CodeGen: Update for debug info API change.
Differential Revision: http://reviews.llvm.org/D14266
llvm-svn: 252220
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-windows-dtor.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-windows-dtor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-windows-dtor.cpp b/clang/test/CodeGenCXX/debug-info-windows-dtor.cpp index 79059fedf03..e5a51abae68 100644 --- a/clang/test/CodeGenCXX/debug-info-windows-dtor.cpp +++ b/clang/test/CodeGenCXX/debug-info-windows-dtor.cpp @@ -14,9 +14,9 @@ struct AB: A, B { template struct AB<int>; -// CHECK-LABEL: define {{.*}}@"\01??_E?$AB@H@@W3AEPAXI@Z" +// CHECK: define {{.*}}@"\01??_E?$AB@H@@W3AEPAXI@Z"({{.*}} !dbg [[THUNK_VEC_DEL_DTOR:![0-9]*]] // CHECK: call {{.*}}@"\01??_G?$AB@H@@UAEPAXI@Z"({{.*}}) #{{[0-9]*}}, !dbg [[THUNK_LOC:![0-9]*]] -// CHECK-LABEL: define +// CHECK: define -// CHECK: [[THUNK_VEC_DEL_DTOR:![0-9]*]] = distinct !DISubprogram({{.*}}function: {{.*}}@"\01??_E?$AB@H@@W3AEPAXI@Z" +// CHECK: [[THUNK_VEC_DEL_DTOR]] = distinct !DISubprogram // CHECK: [[THUNK_LOC]] = !DILocation(line: 15, scope: [[THUNK_VEC_DEL_DTOR]]) |