aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-10-11 23:15:47 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-10-11 23:15:47 +0000
commit535a55b2442cd7e5cd2834bf3a1f9d99e9c10975 (patch)
tree92617fa9610c07658ad59151e4853e903d5f97dc
parent8537f7b49402bddeac95893eb711a3912aef3552 (diff)
Test for //rdar: //8493239
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116258 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/debug-info-default-synth-ivar.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-default-synth-ivar.m b/test/CodeGenObjC/debug-info-default-synth-ivar.m
index d4b0986b00..c1f7f5dbd9 100644
--- a/test/CodeGenObjC/debug-info-default-synth-ivar.m
+++ b/test/CodeGenObjC/debug-info-default-synth-ivar.m
@@ -1,4 +1,5 @@
-// RUN: %clang -fobjc-abi-version=3 -fverbose-asm -g -S %s -o - | grep DW_AT_name | count 42
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi2 -emit-llvm -g %s -o %t
+// RUN: grep DW_TAG_member %t | count 5
// rdar://8493239
@class NSString;