[PATCH] D77119: [AVR] Fix function pointer address space

2020-04-01 Thread Dylan McKay via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG57fd86de879c: [AVR] Fix function pointer address space (authored by vlastik, committed by dylanmckay). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77119/ne

[PATCH] D77119: [AVR] Fix function pointer address space

2020-03-31 Thread Vlastimil Labsky via Phabricator via cfe-commits
vlastik added a comment. In D77119#1952293 , @dylanmckay wrote: > Nice work @vlastik, do you need someone to commit this for you? Thanks, yes please I need someone to commit the patch CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77119/new/ ht

[PATCH] D77119: [AVR] Fix function pointer address space

2020-03-31 Thread Dylan McKay via Phabricator via cfe-commits
dylanmckay added a comment. Nice work @vlastik, do you need someone to commit this for you? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77119/new/ https://reviews.llvm.org/D77119 ___ cfe-commits mailing list cfe-commits@lists.llvm.org htt

[PATCH] D77119: [AVR] Fix function pointer address space

2020-03-31 Thread Vlastimil Labsky via Phabricator via cfe-commits
vlastik updated this revision to Diff 253802. vlastik added a comment. Fix formatting CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77119/new/ https://reviews.llvm.org/D77119 Files: clang/lib/CodeGen/CodeGenTypes.cpp Index: clang/lib/CodeGen/CodeGenTypes.cpp ===

[PATCH] D77119: [AVR] Fix function pointer address space

2020-03-31 Thread Vlastimil Labsky via Phabricator via cfe-commits
vlastik created this revision. vlastik added a reviewer: dylanmckay. Herald added subscribers: cfe-commits, Jim. Herald added a project: clang. Function pointers should be created with program address space. This fixes function pointers on AVR. Repository: rG LLVM Github Monorepo https://revi