From 22058955e8dd31871b883fd279251ea2d2c5d5fb 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43185 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 { -- 2.34.1