forked from OSchip/llvm-project
win32 doesn't have sigsetjmp, just xfail this test there.
llvm-svn: 136041
This commit is contained in:
parent
2da8b9c652
commit
1c7ea99456
|
@ -1,5 +1,5 @@
|
|||
// RUN: %clang -S -emit-llvm %s -o /dev/null
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue