blob: 3ba4a11753a2a07d1ccf9de6f11bb38b2dee290d [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
Hiroshi Inoue1019f8a2018-01-29 05:15:18 +00005// Check that pchfile.h next to pchfile.cc is found correctly.
Erich Keane76675de2018-07-05 17:22:13 +00006// RUN: %clang_cl -Werror -Wno-microsoft-include --target=x86_64-windows /Ycpchfile.h /FIpchfile.h /c /Fo%t.obj /Fp%t.pch -- %S/Inputs/pchfile.cpp