This appears to have been accidental.
Differential Revision: http://reviews.llvm.org/D10444
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239844
91177308-0d34-0410-b5e6-
96231b3b80d8
MachO::MachO(const Driver &D, const llvm::Triple &Triple,
const ArgList &Args)
: ToolChain(D, Triple, Args) {
- getProgramPaths().push_back(getDriver().getInstalledDir());
- if (getDriver().getInstalledDir() != getDriver().Dir)
- getProgramPaths().push_back(getDriver().Dir);
-
// We expect 'as', 'ld', etc. to be adjacent to our install dir.
getProgramPaths().push_back(getDriver().getInstalledDir());
if (getDriver().getInstalledDir() != getDriver().Dir)