diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-10-01 00:27:17 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-10-01 00:27:17 +0000 |
commit | 2f8c898c4215c77602426ff09c86ea0059bb3553 (patch) | |
tree | 627395d7f93dc81571ee3707c079e6149009abf2 | |
parent | fcb72ac985c26372315fabc08d43d6f66ff906b4 (diff) |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115253 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/debug-info-default-synth-ivar.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; |