From: Rafael Espindola Date: Sun, 1 May 2011 15:45:27 +0000 (+0000) Subject: Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d54305063cd9246d2182c7144a6ef51009b4ad7;p=clang Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130659 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