From 4f78af8d778bf41be0afa8e3c3db05f68483bc8a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 19 Oct 2007 18:49:16 +0000 Subject: [PATCH] Removed "-arch i386" by popular demand... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43186 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendObjC/2007-10-17-SJLJExceptions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index ef28f587f92..4bea6e98a8b 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 @interface Foo { -- 2.34.1