aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendObjC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-19 18:49:16 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-19 18:49:16 +0000
commited53bede540769864fb01136eef55a3a69d736cb (patch)
tree5119c15417d518ce477f2da9f58fd94137bbc078 /test/FrontendObjC
parent8f200051c0840a0613067df33f4fc49451723a52 (diff)
downloadexternal_llvm-ed53bede540769864fb01136eef55a3a69d736cb.zip
external_llvm-ed53bede540769864fb01136eef55a3a69d736cb.tar.gz
external_llvm-ed53bede540769864fb01136eef55a3a69d736cb.tar.bz2
Removed "-arch i386" by popular demand...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r--test/FrontendObjC/2007-10-17-SJLJExceptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index ef28f58..4bea6e9 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 -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 {