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/CodeGenObjCXX/property-objects.mm | |
| 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/CodeGenObjCXX/property-objects.mm')
| -rw-r--r-- | clang/test/CodeGenObjCXX/property-objects.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/property-objects.mm b/clang/test/CodeGenObjCXX/property-objects.mm index f2ffb0ae52d..8e0b6aebe14 100644 --- a/clang/test/CodeGenObjCXX/property-objects.mm +++ b/clang/test/CodeGenObjCXX/property-objects.mm @@ -37,7 +37,7 @@ struct CGRect { // Don't attach debug locations to the prologue instructions. These were // leaking over from the previous function emission by accident. -// CHECK: define internal void @"\01-[I setBounds:]" +// CHECK: define internal void @"\01-[I setBounds:]"({{.*}} { // CHECK-NOT: !dbg // CHECK: call void @llvm.dbg.declare - (void)setFrame:(CGRect)frameRect {} |

