llvm-project/clang/lib/Driver
Chandler Carruth d6c62b66b5 Update a comment to clarify that searching the target triple bin
directory for programs used by the driver is actually the standard
behavior we want to be compatible with GCC cross compilers -- it isn't
specific to SUSE or any other distro.

Also start fleshing out testing of the different cross compilation
patterns, both with a new very bare-bones tree of cross compilers and by
extending the multilib trees. Currently, we don't correctly model doing
a cross compile using the non-triple target of a bi-arch GCC install,
but I'll add support for that (and tests) next.

llvm-svn: 184499
2013-06-20 23:37:54 +00:00
..
Action.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
CC1AsOptions.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
CMakeLists.txt [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Compilation.cpp Use llvm::sys::fs::can_write. 2013-06-18 20:58:25 +00:00
Driver.cpp Use llvm::sys::fs::can_execute. 2013-06-19 13:24:29 +00:00
DriverOptions.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +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.h Add -fno-assume-sane-operator-new when building with MSan. 2013-06-20 10:49:46 +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 [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
ToolChains.cpp Update a comment to clarify that searching the target triple bin 2013-06-20 23:37:54 +00:00
ToolChains.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Tools.cpp Fix typo in r184308. 2013-06-20 01:33:59 +00:00
Tools.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Types.cpp <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
WindowsToolChain.cpp Include PathV1.h only where it is used. 2013-06-17 17:23:47 +00:00