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. llvm-svn: 109989
Loading
Please register or sign in to comment