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 commit is contained in:
parent
d938ec4509
commit
03b0831144
|
@ -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