aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-19 18:40:53 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-19 18:40:53 +0000
commit8f200051c0840a0613067df33f4fc49451723a52 (patch)
treeda4e61b2704312084db1e43912bc37f5b7ce3064 /test
parent2ee72ba2119cf9eae52c19ca77cf501de3e7f64b (diff)
downloadexternal_llvm-8f200051c0840a0613067df33f4fc49451723a52.zip
external_llvm-8f200051c0840a0613067df33f4fc49451723a52.tar.gz
external_llvm-8f200051c0840a0613067df33f4fc49451723a52.tar.bz2
Now with RUN line!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendObjC/2007-10-17-SJLJExceptions.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendObjC/2007-10-17-SJLJExceptions.m b/test/FrontendObjC/2007-10-17-SJLJExceptions.m
index a30a95f..ef28f58 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 <stdio.h>
@interface Foo {