[llvm-commits] [llvm] r43185 - /llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
Bill Wendling
isanbard at gmail.com
Fri Oct 19 11:40:54 PDT 2007
Author: void
Date: Fri Oct 19 13:40:53 2007
New Revision: 43185
URL: http://llvm.org/viewvc/llvm-project?rev=43185&view=rev
Log:
Now with RUN line!
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=43185&r1=43184&r2=43185&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:40:53 2007
@@ -1,3 +1,4 @@
+// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
#import <stdio.h>
@interface Foo {
More information about the llvm-commits
mailing list