From 868ad0d3b513e6ec36a28e97fbe330a7e84c7924 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 19 Oct 2007 18:40:53 +0000 Subject: [PATCH] Now with RUN line! llvm-svn: 43185 --- test/FrontendObjC/2007-10-17-SJLJExceptions.m | 1 + 1 file changed, 1 insertion(+) 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 {