[PATCH] D77754: [MS] Fix packed struct layout for arrays of aligned non-record types

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 10 23:09:45 PDT 2020


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Okay, so this is basically just saying that the required-alignment-defeats-packed rule looks through arrays?  Make sense.  LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77754





More information about the cfe-commits mailing list