[PATCH] D120475: [clang][AVR] Implement standard calling convention for AVR and AVRTiny

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 24 05:10:18 PST 2022


benshi001 created this revision.
benshi001 added reviewers: aykevl, dylanmckay.
Herald added a subscriber: Jim.
benshi001 requested review of this revision.
Herald added subscribers: cfe-commits, jacquesguan.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120475

Files:
  clang/lib/Basic/Targets/AVR.cpp
  clang/lib/Basic/Targets/AVR.h
  clang/lib/CodeGen/TargetInfo.cpp
  clang/test/CodeGen/avr/argument.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120475.411089.patch
Type: text/x-patch
Size: 10936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220224/b7cfd1ce/attachment-0001.bin>


More information about the cfe-commits mailing list