Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.
authorEric Christopher <echristo@apple.com>
Thu, 25 Mar 2010 01:46:07 +0000 (01:46 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 25 Mar 2010 01:46:07 +0000 (01:46 +0000)
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

test/FrontendObjC/2010-03-17-StructRef.m

index a8a509c2e98ad80bb260b95d9f8989806b7da329..3594684a194dda0ccd588943c09a3e3c66a9d53b 100644 (file)
@@ -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;