From 37981e6099d43a535c4d8ba70a456ad868bec5a9 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 30 Apr 2011 23:07:10 +0000 Subject: [PATCH] Revert the previous patch while I figure out how to make llvm-gcc less agressive about disabling cfi on linux :-( llvm-svn: 130627 --- clang/test/CodeGenObjC/debug-info-getter-name.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/debug-info-getter-name.m b/clang/test/CodeGenObjC/debug-info-getter-name.m index 746fcee18298..0d11d668b1eb 100644 --- a/clang/test/CodeGenObjC/debug-info-getter-name.m +++ b/clang/test/CodeGenObjC/debug-info-getter-name.m @@ -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