[cfe-commits] r136043 - /cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jul 25 18:40:38 PDT 2011
Author: chapuni
Date: Mon Jul 25 20:40:37 2011
New Revision: 136043
URL: http://llvm.org/viewvc/llvm-project?rev=136043&view=rev
Log:
test/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw, too!
Modified:
cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c
Modified: cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c?rev=136043&r1=136042&r2=136043&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c (original)
+++ cfe/trunk/test/CodeGen/2003-08-18-SigSetJmp.c Mon Jul 25 20:40:37 2011
@@ -1,5 +1,5 @@
// RUN: %clang -S -emit-llvm %s -o /dev/null
-// XFAIL: win32
+// XFAIL: mingw,win32
#include <setjmp.h>
More information about the cfe-commits
mailing list