annotate clang/test/Driver/cl-pch-search.cpp @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // Note: %s and %S must be preceded by --, otherwise it may be interpreted as a
anatofuz
parents:
diff changeset
2 // command-line option, e.g. on Mac where %s is commonly under /Users.
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 // REQUIRES: x86-registered-target
anatofuz
parents:
diff changeset
5 // Check that pchfile.h next to pchfile.cc is found correctly.
anatofuz
parents:
diff changeset
6 // 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