]> granicus.if.org Git - clang/commitdiff
Revert the previous patch while I figure out how to make llvm-gcc
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 23:07:10 +0000 (23:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 23:07:10 +0000 (23:07 +0000)
less agressive about disabling cfi on linux :-(

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130627 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/debug-info-getter-name.m

index 746fcee1829843baa0603014b98886cd99129122..0d11d668b1ebcb0dc213a66d5f8526b645aee803 100644 (file)
@@ -2,9 +2,10 @@
 
 //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