blob: b215fd7e21f5a14726a524a697cee8a891335222 [file] [log] [blame]
Nico Weber2ca4be92016-03-01 23:16:44 +00001// Note: %s and %S must be preceded by --, otherwise it may be interpreted as a
2// command-line option, e.g. on Mac where %s is commonly under /Users.
3
4// REQUIRES: x86-registered-target
5// Check that pchfile.h next to to pchfile.cc is found correctly.
6// RUN: %clang_cl -internal-enable-pch -Werror /Ycpchfile.h /FIpchfile.h /c /Fo%t.obj /Fp%t.pch -- %S/Inputs/pchfile.cpp