[PATCH] D77334: [AVR] Remove duplicate specification of lib directory

Dylan McKay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 18 22:52:15 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG03b0831144a9: [AVR] Remove duplicate specification of lib directory (authored by dylanmckay).

Changed prior to commit:
  https://reviews.llvm.org/D77334?vs=254606&id=271915#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77334/new/

https://reviews.llvm.org/D77334

Files:
  clang/lib/Driver/ToolChains/AVR.cpp


Index: clang/lib/Driver/ToolChains/AVR.cpp
===================================================================
--- clang/lib/Driver/ToolChains/AVR.cpp
+++ clang/lib/Driver/ToolChains/AVR.cpp
@@ -79,8 +79,6 @@
 
         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("/") +
                                  std::string(*FamilyName));
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77334.271915.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200619/390d4100/attachment-0001.bin>


More information about the cfe-commits mailing list