This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Fix function pointer address space
ClosedPublic

Authored by vlastik on Mar 31 2020, 12:50 AM.

Details

Summary

Function pointers should be created with program address space.
This fixes function pointers on AVR.

Diff Detail

Event Timeline

vlastik created this revision.Mar 31 2020, 12:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2020, 12:50 AM
vlastik updated this revision to Diff 253802.Mar 31 2020, 1:26 AM

Fix formatting

dylanmckay accepted this revision.Mar 31 2020, 4:51 AM
This revision is now accepted and ready to land.Mar 31 2020, 4:51 AM

Nice work @vlastik, do you need someone to commit this for you?

Nice work @vlastik, do you need someone to commit this for you?

Thanks, yes please I need someone to commit the patch

This revision was automatically updated to reflect the committed changes.