forked from OSchip/llvm-project
[AVR] Remove duplicate specification of lib directory
Reviewers: dylanmckay
Reviewed By: dylanmckay
Subscribers: Jim, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77334
This was originally committed in
03b0831144
but I missed the commit
attribution.
Patch by Dennis van der Schagt.
This commit is contained in:
parent
aeaa09ec10
commit
01741d6dbe
|
@ -77,8 +77,6 @@ AVRToolChain::AVRToolChain(const Driver &D, const llvm::Triple &Triple,
|
|||
std::string GCCRoot = std::string(GCCInstallation.getInstallPath());
|
||||
std::string LibcRoot = AVRLibcRoot.getValue();
|
||||
|
||||
getFilePaths().push_back(LibcRoot + std::string("/lib/") +
|
||||
std::string(*FamilyName));
|
||||
getFilePaths().push_back(LibcRoot + std::string("/lib/") +
|
||||
std::string(*FamilyName));
|
||||
getFilePaths().push_back(GCCRoot + std::string("/") +
|
||||
|
|
Loading…
Reference in New Issue