[llvm-commits] [PATCH] [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Mar 12 08:42:45 PDT 2012
FYI,
On VS10, %INCLUDE% contains;
(VS10)\VC\INCLUDE
(VS10)\VC\ATLMFC\INCLUDE
(SDK70A)\include
On VS11,
(VS11)\VC\INCLUDE
(VS11)\VC\ATLMFC\INCLUDE
(SDK80)\include\shared
(SDK80)\include\um
(SDK80)\include\winrt
---
clang/lib/Driver/WindowsToolChain.cpp | 18 +++++++++++++++++-
llvm/utils/lit/lit/TestingConfig.py | 1 +
2 files changed, 18 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvc-Honor-INCLUDE-.-It-should-know-essential-se.patch.txt
Type: text/x-patch
Size: 1728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120313/8145e764/attachment.bin>
More information about the llvm-commits
mailing list