[llvm-commits] [llvm] r43186 - /llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m

Bill Wendling isanbard at gmail.com
Fri Oct 19 11:49:16 PDT 2007


Author: void
Date: Fri Oct 19 13:49:16 2007
New Revision: 43186

URL: http://llvm.org/viewvc/llvm-project?rev=43186&view=rev
Log:
Removed "-arch i386" by popular demand...

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=43186&r1=43185&r2=43186&view=diff

==============================================================================
--- llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m (original)
+++ llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m Fri Oct 19 13:49:16 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
+// RUN: %llvmgcc -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