llvm-project/clang/lib/Driver
Hans Wennborg 2393799609 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
2013-08-16 03:15:10 +00:00
..
Action.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
CC1AsOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
CMakeLists.txt Move SanitizerArgs implementation from .h to .cpp 2013-08-08 10:11:02 +00:00
Compilation.cpp Remove the -ccc-echo option that is now unused. 2013-07-23 17:58:53 +00:00
Driver.cpp revert 188352 2013-08-14 04:47:39 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Job.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Phases.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SanitizerArgs.cpp Add support for -fsanitize-blacklist and default blacklists for DFSan. 2013-08-14 18:54:18 +00:00
SanitizerArgs.h Make SanitizerArgs parsing toolchain-independent 2013-08-09 07:42:13 +00:00
Tool.cpp Remove stray emacs mode markers in all these files that was causing emacs to 2010-12-31 17:31:54 +00:00
ToolChain.cpp [PowerPC] Support powerpc64le as a syntax-checking target. 2013-07-26 01:36:11 +00:00
ToolChains.cpp Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. 2013-08-14 18:38:51 +00:00
ToolChains.h Build unwind tables by default on NetBSD. 2013-08-15 15:08:33 +00:00
Tools.cpp make arm-use-movt available for all ARM 2013-08-15 20:54:45 +00:00
Tools.h clang-cl: Support the run-time selection options (/MD, /MT et al.) 2013-08-08 00:17:41 +00:00
Types.cpp clang-cl: Support the /Fe option 2013-08-12 21:56:42 +00:00
WindowsToolChain.cpp Windows ToolChain: add VS bin dir to PogramPaths 2013-08-16 03:15:10 +00:00