forked from OSchip/llvm-project
Remove duplicated alteration to getProgramPaths().
This appears to have been accidental. Differential Revision: http://reviews.llvm.org/D10444 llvm-svn: 239844
This commit is contained in:
parent
9a779623d9
commit
76b080ac4d
|
@ -42,10 +42,6 @@ using namespace llvm::opt;
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue