[llvm-commits] [llvm] r99472 - /llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m
Eric Christopher
echristo at apple.com
Wed Mar 24 18:46:07 PDT 2010
Author: echristo
Date: Wed Mar 24 20:46:07 2010
New Revision: 99472
URL: http://llvm.org/viewvc/llvm-project?rev=99472&view=rev
Log:
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.
Modified:
llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m
Modified: llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m?rev=99472&r1=99471&r2=99472&view=diff
==============================================================================
--- llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m (original)
+++ llvm/trunk/test/FrontendObjC/2010-03-17-StructRef.m Wed Mar 24 20:46:07 2010
@@ -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;
More information about the llvm-commits
mailing list