[cfe-commits] r130659 -	/cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
    Rafael Espindola 
    rafael.espindola at gmail.com
       
    Sun May  1 08:45:27 PDT 2011
    
    
  
Author: rafael
Date: Sun May  1 10:45:27 2011
New Revision: 130659
URL: http://llvm.org/viewvc/llvm-project?rev=130659&view=rev
Log:
Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
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=130659&r1=130658&r2=130659&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m Sun May  1 10:45:27 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