From: Bill Wendling Date: Fri, 19 Oct 2007 18:40:53 +0000 (+0000) Subject: Now with RUN line! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=22058955e8dd31871b883fd279251ea2d2c5d5fb;p=oota-llvm.git Now with RUN line! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m index a30a95fa35b..ef28f587f92 100644 --- a/test/FrontendObjC/2007-10-17-SJLJExceptions.m +++ b/test/FrontendObjC/2007-10-17-SJLJExceptions.m @@ -1,3 +1,4 @@ +// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume #import @interface Foo {