nikic wrote: > What happens when i8 itself is over-aligned?
i8 is not allowed to be over-aligned. From LangRef: > For i8, the `<abi>` value must equal 8, that is, i8 must be naturally aligned. https://github.com/llvm/llvm-project/pull/180745 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
