test/PCH/reloc.c fails on Win32.

XFAIL for now, I'll investigate why later.

llvm-svn: 122229
This commit is contained in:
Francois Pichet 2010-12-20 04:36:21 +00:00
parent 4ffda706d0
commit e919ba6516
1 changed files with 1 additions and 0 deletions

View File

@ -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>