]> granicus.if.org Git - clang/commitdiff
win32 doesn't have sigsetjmp, just xfail this test there.
authorEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 01:32:19 +0000 (01:32 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 01:32:19 +0000 (01:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136041 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2003-08-18-SigSetJmp.c

index 5576872c16e7d75858fea451e8661b50769c6f6b..d098b06cf1918824445ac5d8e9a977197e51195c 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang -S -emit-llvm %s  -o /dev/null
-
+// XFAIL: win32
 
 #include <setjmp.h>