[PATCH] D138125: [clang] Fix wrong ABI on AVRTiny
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 16 06:07:23 PST 2022
benshi001 marked an inline comment as done.
benshi001 added inline comments.
================
Comment at: clang/test/CodeGen/avr/struct.c:37
+long long fooi64(void) {
+ return 0xaa5533;
+}
----------------
aykevl wrote:
> benshi001 wrote:
> > 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.
> You can do that in the same patch. Phabricator should detect the renamed file and display it just like it does now.
thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138125/new/
https://reviews.llvm.org/D138125
More information about the cfe-commits
mailing list