From: Fariborz Jahanian Date: Fri, 1 Oct 2010 00:27:17 +0000 (+0000) Subject: Fix test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f8c898c4215c77602426ff09c86ea0059bb3553;p=clang Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115253 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-default-synth-ivar.m b/test/CodeGenObjC/debug-info-default-synth-ivar.m index f121e40750..f27f1a848d 100644 --- a/test/CodeGenObjC/debug-info-default-synth-ivar.m +++ b/test/CodeGenObjC/debug-info-default-synth-ivar.m @@ -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;