[cfe-commits] r115253 - /cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m
Fariborz Jahanian
fjahanian at apple.com
Thu Sep 30 17:27:18 PDT 2010
Author: fjahanian
Date: Thu Sep 30 19:27:17 2010
New Revision: 115253
URL: http://llvm.org/viewvc/llvm-project?rev=115253&view=rev
Log:
Fix test.
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=115253&r1=115252&r2=115253&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-default-synth-ivar.m Thu Sep 30 19:27:17 2010
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_AT_name | count 42
+// RUN: %clang -m64 -fverbose-asm -g -S %s -o - | grep DW_AT_name | count 42
// rdar://8493239
@class NSString;
More information about the cfe-commits
mailing list