[cfe-commits] r116258 - /cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m
Fariborz Jahanian
fjahanian at apple.com
Mon Oct 11 16:15:47 PDT 2010
Author: fjahanian
Date: Mon Oct 11 18:15:47 2010
New Revision: 116258
URL: http://llvm.org/viewvc/llvm-project?rev=116258&view=rev
Log:
Test for //rdar: //8493239
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m
Modified: cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m?rev=116258&r1=116257&r2=116258&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m Mon Oct 11 18:15:47 2010
@@ -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;
More information about the cfe-commits
mailing list