[PATCH] D60748: Fix i386 struct and union parameter alignment

Dimitry Andric via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 03:57:47 PDT 2019


dim added subscribers: emaste, dim.
dim added a comment.

Please also exclude FreeBSD from these changes, since we care a lot about backwards compatibility, and specifically about alignment requirements.  (We have run into many issues in our ports collection where upstream assumes everything is 16-byte aligned on i386, which is *NOT* ABI compliant.)


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

https://reviews.llvm.org/D60748





More information about the cfe-commits mailing list