[PATCH] D138125: [clang] Fix wrong ABI on AVRTiny

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 05:19:36 PST 2022


benshi001 added inline comments.


================
Comment at: clang/test/CodeGen/avr/struct.c:37
+long long fooi64(void) {
+  return 0xaa5533;
+}
----------------
This file should be renamed to return.c instead of current struct.c, I will do that in another patch, just let you see clearly what I have changed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138125/new/

https://reviews.llvm.org/D138125



More information about the cfe-commits mailing list