]> granicus.if.org Git - clang/commitdiff
test/PCH/reloc.c fails on Win32.
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Dec 2010 04:36:21 +0000 (04:36 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Dec 2010 04:36:21 +0000 (04:36 +0000)
XFAIL for now, I'll investigate why later.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122229 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/reloc.c

index fd78feba604784dc1be3b378f3cf57c5404acacc..47bc55f043ddbf7bf1b0df465e918ea82db618d6 100644 (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>