From: Daniel Dunbar Date: Sun, 19 Jul 2009 22:44:03 +0000 (+0000) Subject: This test should be run with -m32. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc171839ad197bbfa8fb2dd6144c0ab7e0ccc716;p=oota-llvm.git This test should be run with -m32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76382 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index 4bea6e98a8b..970207e0d8a 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 @interface Foo {