Removed "-arch i386" by popular demand...
authorBill Wendling <isanbard@gmail.com>
Fri, 19 Oct 2007 18:49:16 +0000 (18:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 19 Oct 2007 18:49:16 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43186 91177308-0d34-0410-b5e6-96231b3b80d8

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

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