Remove getDriver().Dir + /../libexec and /usr/libexec from clang's

program paths.  Unlike gcc, clang has no executables in libexec.
This commit is contained in:
Dimitry Andric 2011-02-26 23:07:43 +00:00
parent 01af157241
commit 9f5763bcf8

View file

@ -1108,8 +1108,6 @@ FreeBSD::FreeBSD(const HostInfo &Host, const llvm::Triple& Triple)
llvm::Triple::x86_64)
Lib32 = true;
getProgramPaths().push_back(getDriver().Dir + "/../libexec");
getProgramPaths().push_back("/usr/libexec");
if (Lib32) {
getFilePaths().push_back(CLANG_PREFIX "/usr/lib32");
} else {