summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-19 22:44:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-19 22:44:03 +0000
commit81d53960ada5ed0e08175f4e71302aa39ef07292 (patch)
tree33e72ddec76cfbda5f16691e6040f32af7392f5f /llvm/test/FrontendObjC
parent7d3a3342985bdc4e493bc458847c8b8a8125ecc6 (diff)
downloadbcm5719-llvm-81d53960ada5ed0e08175f4e71302aa39ef07292.tar.gz
bcm5719-llvm-81d53960ada5ed0e08175f4e71302aa39ef07292.zip
This test should be run with -m32.
llvm-svn: 76382
Diffstat (limited to 'llvm/test/FrontendObjC')
-rw-r--r--llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index 4bea6e98a8b..970207e0d8a 100644
--- a/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
+++ b/llvm/test/FrontendObjC/2007-10-17-SJLJExceptions.m
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -x objective-c %s -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
+// RUN: %llvmgcc -m32 -x objective-c %s -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
#import <stdio.h>
@interface Foo {
OpenPOWER on IntegriCloud