]> granicus.if.org Git - clang/commitdiff
Update for cfi.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 22:30:24 +0000 (22:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 30 Apr 2011 22:30:24 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130624 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 0d11d668b1ebcb0dc213a66d5f8526b645aee803..746fcee1829843baa0603014b98886cd99129122 100644 (file)
@@ -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