From: Eric Christopher Date: Tue, 26 Jul 2011 01:32:19 +0000 (+0000) Subject: win32 doesn't have sigsetjmp, just xfail this test there. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4c7af55d62d0b2e823185eb95b2769efe22ef96;p=clang 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 --- 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