[cfe-commits] r130624 - /cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
Rafael Espindola
rafael.espindola at gmail.com
Sat Apr 30 15:30:24 PDT 2011
Author: rafael
Date: Sat Apr 30 17:30:24 2011
New Revision: 130624
URL: http://llvm.org/viewvc/llvm-project?rev=130624&view=rev
Log:
Update for cfi.
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
Modified: cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m?rev=130624&r1=130623&r2=130624&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m Sat Apr 30 17:30:24 2011
@@ -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
More information about the cfe-commits
mailing list