]> granicus.if.org Git - clang/commit
Driver: Keep track of a separate "install dir", which is the path where clang
authorDaniel Dunbar <daniel@zuster.org>
Sun, 1 Aug 2010 22:29:51 +0000 (22:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 1 Aug 2010 22:29:51 +0000 (22:29 +0000)
commitedf29b00bc1641034b38be92146e15f0625a45d2
tree9bf6bd746bf8432037a4948e33e448c92f32ceca
parent5633c1e4a7a5dd6dc5a4468f1660fabe70b0d2f8
Driver: Keep track of a separate "install dir", which is the path where clang
was invoked from (which may not be where the executable itself is).
 - This allows having e.g., /Developer/usr/bin/clang be a symlink to some other
   location, while still making sure the Driver finds 'as', 'ld', etc. relative
   to itself.

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