[PATCH] D138125: [clang] Fix wrong ABI on AVRTiny
Ayke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 16 05:39:15 PST 2022
aykevl added inline comments.
================
Comment at: clang/test/CodeGen/avr/struct.c:37
+long long fooi64(void) {
+ return 0xaa5533;
+}
----------------
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.
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