This test should be run with -m32.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 22:44:03 +0000 (22:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 22:44:03 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76382 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendObjC/2007-10-17-SJLJExceptions.m

index 4bea6e98a8b24f06b21fe81b6a1cd19d375b7cde..970207e0d8a413ee16f5c64337e8163989af8e5c 100644 (file)
@@ -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 {