forked from OSchip/llvm-project
test/PCH/reloc.c fails on Win32.
XFAIL for now, I'll investigate why later. llvm-svn: 122229
This commit is contained in:
parent
4ffda706d0
commit
e919ba6516
|
@ -1,6 +1,7 @@
|
|||
// RUN: %clang_cc1 -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h
|
||||
// RUN: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
|
||||
// RUN: not %clang_cc1 -include-pch %t %s
|
||||
// XFAIL: win32
|
||||
|
||||
#include <reloc.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue