[clang] [clang][CodeGen][AVR] Fix a crash in AVRABIInfo (PR #131976)

Ben Shi via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 20 22:08:12 PDT 2025


================
@@ -114,3 +114,13 @@ struct s15 fooa(char a, char b) {
   x.arr[1] = b;
   return x;
 }
+
+struct s8_t {
+  char a;
+};
+
+// AVR:  define {{.*}} i8 @foob(i8 {{.*}})
+// TINY  define {{.*}} i8 @foob(i8 {{.*}})
----------------
benshi001 wrote:

fixed. thanks!

https://github.com/llvm/llvm-project/pull/131976


More information about the cfe-commits mailing list