From: Rafael Espindola Date: Sat, 30 Apr 2011 22:30:24 +0000 (+0000) Subject: Update for cfi. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=945bc9f4ed1e823547ed0840abf4ae1ebd20ca55;p=clang Update for cfi. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-getter-name.m b/test/CodeGenObjC/debug-info-getter-name.m index 0d11d668b1..746fcee182 100644 --- a/test/CodeGenObjC/debug-info-getter-name.m +++ b/test/CodeGenObjC/debug-info-getter-name.m @@ -2,10 +2,9 @@ //CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]": //CHECK: .quad "-[InstanceVariablesEverywhereButTheInterface someString]" -//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh" = 0 -//CHECK: .no_dead_strip "-[InstanceVariablesEverywhereButTheInterface someString].eh" //CHECK: .ascii "-[InstanceVariablesEverywhereButTheInterface someString]" //CHECK: .asciz "-[InstanceVariablesEverywhereButTheInterface someString]" +//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh": //rdar: //8498026