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

2020-06-18 Thread Dylan McKay via Phabricator via cfe-commits
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=271915#toc Repository: rG LLVM Github

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

2020-06-18 Thread Dylan McKay via Phabricator via cfe-commits
dylanmckay added a comment. Sorry, I lost track of this. Committed in 01741d6dbec11c0a0c8e610f0033831735c78d1e Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77334/new/

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

2020-04-11 Thread Dennis van der Schagt via Phabricator via cfe-commits
dennisschagt added a comment. Thanks! Yes, can you commit it? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77334/new/ https://reviews.llvm.org/D77334 ___ cfe-commits mailing list

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

2020-04-11 Thread Dylan McKay via Phabricator via cfe-commits
dylanmckay accepted this revision. dylanmckay added a comment. This revision is now accepted and ready to land. Nice catch, cheers. Do you need someone to commit this for you? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77334/new/

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

2020-04-02 Thread Dennis van der Schagt via Phabricator via cfe-commits
dennisschagt created this revision. dennisschagt added a reviewer: dylanmckay. Herald added subscribers: cfe-commits, Jim. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D77334 Files: clang/lib/Driver/ToolChains/AVR.cpp Index: