[cfe-commits] r130627 - /cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m

Rafael Espindola rafael.espindola at gmail.com
Sat Apr 30 16:07:10 PDT 2011


Author: rafael
Date: Sat Apr 30 18:07:10 2011
New Revision: 130627

URL: http://llvm.org/viewvc/llvm-project?rev=130627&view=rev
Log:
Revert the previous patch while I figure out how to make llvm-gcc
less agressive about disabling cfi on linux :-(

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=130627&r1=130626&r2=130627&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m Sat Apr 30 18:07:10 2011
@@ -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
 





More information about the cfe-commits mailing list