summaryrefslogtreecommitdiff
path: root/test/FrontendObjC/2007-10-17-SJLJExceptions.m
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
commitcc171839ad197bbfa8fb2dd6144c0ab7e0ccc716 (patch)
treeb7e32a4e9a5a47610b1511fcf118c4ea4ec5f6ef /test/FrontendObjC/2007-10-17-SJLJExceptions.m
parente0d5c17921ddcdfce0fbfd7dd5dd993acb56304c (diff)
downloadllvm-cc171839ad197bbfa8fb2dd6144c0ab7e0ccc716.tar.gz
llvm-cc171839ad197bbfa8fb2dd6144c0ab7e0ccc716.tar.bz2
llvm-cc171839ad197bbfa8fb2dd6144c0ab7e0ccc716.tar.xz
This test should be run with -m32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC/2007-10-17-SJLJExceptions.m')
-rw-r--r--test/FrontendObjC/2007-10-17-SJLJExceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index 4bea6e98a8..970207e0d8 100644
--- a/test/FrontendObjC/2007-10-17-SJLJExceptions.m
+++ b/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 {