]> granicus.if.org Git - clang/commit
Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 08:22:12 +0000 (08:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Sep 2010 08:22:12 +0000 (08:22 +0000)
commit0e50ee4b94929ff172099bbd0c1029721ac79bc2
tree74ec530b346359755989b35e9beef74060d9b90e
parentdb2f237956122fb54b45c988ed9cffeee48e17f9
Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we
ever use fallback.
 - Not necessary for clang as a compiler, but useful for testing purposes.

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