]> granicus.if.org Git - clang/commit
Merging r143838:
authorChandler Carruth <chandlerc@gmail.com>
Mon, 7 Nov 2011 10:29:29 +0000 (10:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 7 Nov 2011 10:29:29 +0000 (10:29 +0000)
commitb65479bbcd640f90f05cd609a2c05c4423edf2e1
treef309678ed9c191a372b2898feb4ff078573a193c
parent69e337ff6afd10fcdfe5def746d839d303298be4
Merging r143838:
------------------------------------------------------------------------
r143838 | chandlerc | 2011-11-05 15:07:51 -0700 (Sat, 05 Nov 2011) | 10 lines

Move the GCC installation detection helper a member of the Linux
toolchain instead of merely using it in the constructor. This will allow
us to query it when building include paths as well as the file search
paths built in the constructor. I've lifted as little of it as I could
into the header file.

Eventually this will likely sink down into some of the Generic
toolchains and be used on more platforms, but I'm starting on Linux so
I can work out all the APIs needed there, where it is easiest to test
and we have the most pressing need.
------------------------------------------------------------------------

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