[llvm-commits] [llvm] r76382 - /llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
Daniel Dunbar
daniel at zuster.org
Sun Jul 19 15:44:04 PDT 2009
Author: ddunbar
Date: Sun Jul 19 17:44:03 2009
New Revision: 76382
URL: http://llvm.org/viewvc/llvm-project?rev=76382&view=rev
Log:
This test should be run with -m32.
Modified:
llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
Modified: llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m?rev=76382&r1=76381&r2=76382&view=diff
==============================================================================
--- llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m (original)
+++ llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m Sun Jul 19 17:44:03 2009
@@ -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 {
More information about the llvm-commits
mailing list