aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-26 01:32:19 +0000
committerEric Christopher <echristo@apple.com>2011-07-26 01:32:19 +0000
commitf4c7af55d62d0b2e823185eb95b2769efe22ef96 (patch)
tree4ddca9f6d7170e21ccca33480a8ea78ab4f12e98
parentcd3d88c350332e13ee163663f627e1f4598bc077 (diff)
win32 doesn't have sigsetjmp, just xfail this test there.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136041 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2003-08-18-SigSetJmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2003-08-18-SigSetJmp.c b/test/CodeGen/2003-08-18-SigSetJmp.c
index 5576872c16..d098b06cf1 100644
--- a/test/CodeGen/2003-08-18-SigSetJmp.c
+++ b/test/CodeGen/2003-08-18-SigSetJmp.c
@@ -1,5 +1,5 @@
// RUN: %clang -S -emit-llvm %s -o /dev/null
-
+// XFAIL: win32
#include <setjmp.h>