Skip to content
Snippets Groups Projects
Commit f453fca0 authored by Francois Pichet's avatar Francois Pichet
Browse files

test/PCH/reloc.c fails on Win32.

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
parent 743d9ad3
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h // 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: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
// RUN: not %clang_cc1 -include-pch %t %s // RUN: not %clang_cc1 -include-pch %t %s
// XFAIL: win32
#include <reloc.h> #include <reloc.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment