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 | 5bbda5130fe1e12f060ab108786d676980820a87 (patch) | |
tree | 3cba58950956591f5ba68f42c2a6e68eb60a87d8 /llvm/test/FrontendObjC | |
parent | b6e1c13c36b17590108e91e4b414a3e68d6a049f (diff) | |
download | bcm5719-llvm-5bbda5130fe1e12f060ab108786d676980820a87.tar.gz bcm5719-llvm-5bbda5130fe1e12f060ab108786d676980820a87.zip |
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.
llvm-svn: 99472
Diffstat (limited to 'llvm/test/FrontendObjC')
-rw-r--r-- | llvm/test/FrontendObjC/2010-03-17-StructRef.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendObjC/2010-03-17-StructRef.m b/llvm/test/FrontendObjC/2010-03-17-StructRef.m index a8a509c2e98..3594684a194 100644 --- a/llvm/test/FrontendObjC/2010-03-17-StructRef.m +++ b/llvm/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; |