The standard calling convention of AVR is documented at
https://gcc.gnu.org/wiki/avr-gcc#Calling_Convention
Details
Details
- Reviewers
aykevl dylanmckay
Diff Detail
Diff Detail
Paths
| Differential D120475
[clang][AVR] Implement standard calling convention for AVR and AVRTiny AbandonedPublic Authored by benshi001 on Feb 24 2022, 5:10 AM.
Details
Summary The standard calling convention of AVR is documented at
Diff Detail
Revision Contents
Diff 411094 clang/lib/Basic/Targets/AVR.h
clang/lib/Basic/Targets/AVR.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/avr/argument.c
|
clang-format: please reformat the code