This is an archive of the discontinued LLVM Phabricator instance.

[clang][AVR] Implement standard calling convention for AVR and AVRTiny
AbandonedPublic

Authored by benshi001 on Feb 24 2022, 5:10 AM.

Details

Reviewers
aykevl
dylanmckay
Summary

The standard calling convention of AVR is documented at
https://gcc.gnu.org/wiki/avr-gcc#Calling_Convention

Diff Detail