]> granicus.if.org Git - clang/commit
Driver: When re'execing clang, use path to the main executable instead of
authorDaniel Dunbar <daniel@zuster.org>
Wed, 14 Jul 2010 18:46:27 +0000 (18:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 14 Jul 2010 18:46:27 +0000 (18:46 +0000)
commitb9a822639c570b1853c75c235e9d6bad485f9e01
tree08bcad5194f74a6ccb66aa780cd6dde991e6058d
parent4a7e88978cf646ad10d654020cb00b3877069210
Driver: When re'execing clang, use path to the main executable instead of
looking up Clang in the normal search paths (which may end up finding the wrong
clang).

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