diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-25 01:46:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-25 01:46:07 +0000 |
commit | 4750cb9da91fc24584953075c912cf5448d58231 (patch) | |
tree | 9bfc1e2077e2c63b23e0768b1c29878d02207303 /test/FrontendObjC | |
parent | bfcb3051899b7141a946d769fcf6e8a8453bc530 (diff) |
Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.
Fariborz please review and make sure this is what you meant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r-- | test/FrontendObjC/2010-03-17-StructRef.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2010-03-17-StructRef.m b/test/FrontendObjC/2010-03-17-StructRef.m index a8a509c2e9..3594684a19 100644 --- a/test/FrontendObjC/2010-03-17-StructRef.m +++ b/test/FrontendObjC/2010-03-17-StructRef.m @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -o - | FileCheck %s +// RUN: %llvmgcc %s -m64 -S -o - | FileCheck %s // Bitfield references must not touch memory outside of the enclosing // struct. Radar 7639995 typedef signed char BOOL; |