diff options
-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; |