summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-include.c
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix cl-include.c on Windows.Nico Weber2018-02-281-2/+2
| | | | llvm-svn: 326370
* [clang-cl] Implement /XNico Weber2018-02-281-1/+12
| | | | | | | | | | | | /X makes cl stop looking in %INCLUDE%. Implement this for clang-cl. As it turns out, the return in ToolChains/MSVC.cpp, AddClangSystemIncludeArgs() for -nostdlibinc is already in the right place (but -nostdlibinc isn't exposed by clang-cl), so just alias /X to that. https://reviews.llvm.org/D43888 llvm-svn: 326357
* Make the clang-cl test less restrictive.Alexander Kornienko2017-06-011-2/+2
| | | | | | Make the test less restrictive to allow directory layout used in our test setup. llvm-svn: 304408
* [clang-cl] Expose -nostdinc and -nobuiltinincReid Kleckner2017-05-311-0/+14
These are already wired up to work in the MSVC toolchain header search code. However, they were unreachable from clang-cl. A user attempted to use them in https://bugs.llvm.org/show_bug.cgi?id=33205, so let's expose them. llvm-svn: 304345
OpenPOWER on IntegriCloud