]> granicus.if.org Git - clang/commit
Check for GCC paths that have the target triple in them. This is required for a...
authorDavid Chisnall <csdavec@swan.ac.uk>
Tue, 27 Sep 2011 22:03:18 +0000 (22:03 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Tue, 27 Sep 2011 22:03:18 +0000 (22:03 +0000)
commit5adcec16cb8d9e7bebf310b6c07249dfd852346b
treee15e56e05353afea624f7f1b6be1b7306afb49bb
parentc1c0dfb376b829b94d4c61e9f358ce23e6aa3169
Check for GCC paths that have the target triple in them.  This is required for a lot of cross-compile toolchains.  Also add some slightly better support for -B.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp