[PATCH] D99237: [AVR][clang] Fix wrong calling convention in functions return struct type

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 31 08:01:53 PDT 2021


Anastasia added inline comments.


================
Comment at: clang/test/CodeGen/avr/struct.c:15
+        struct s10 a0;
+        a0.a = c;
+        a0.b = b;
----------------
Minor thing - I guess for the purpose of this testing you could skip initialization on struct variables?


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

https://reviews.llvm.org/D99237



More information about the cfe-commits mailing list