]> granicus.if.org Git - clang/commit
Add ToolChain::getDriver() and use it instead of going through the HostInfo
authorDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 18:54:17 +0000 (18:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 21 Dec 2009 18:54:17 +0000 (18:54 +0000)
commitee788e70fcd0adf76103b17c78ac658d4ea30c9b
treeb816a403de25efa432bc8432aba046d8804c213e
parent51874dd2eda9e160b3413873459e31d32ffb7820
Add ToolChain::getDriver() and use it instead of going through the HostInfo
object.

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