Windows ToolChain: add VS bin dir to PogramPaths
authorHans Wennborg <hans@hanshq.net>
Fri, 16 Aug 2013 03:15:10 +0000 (03:15 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 16 Aug 2013 03:15:10 +0000 (03:15 +0000)
commit2393799609dc72a65fde6d2224bb6db83e138e01
tree44b73c18f1ab3ccb2688534de183f34991816f7e
parent99ea29149498c53e4443f223704cde5e906780bb
Windows ToolChain: add VS bin dir to PogramPaths

We have a lot of fancy logic to find Visual Studio, which is currently used
to set the system header include paths.

Use the same code to set the ProgramPaths, which is used for finding programs
such as link.exe. Previously, Clang would just search PATH for link.exe,
but now it should find it if it's able to find Visual Studio.

Differential Revision: http://llvm-reviews.chandlerc.com/D1417

llvm-svn: 188531
clang/lib/Driver/WindowsToolChain.cpp