[PATCH] D46042: Cap vector alignment at 16 for all Darwin platforms

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 3 11:58:05 PDT 2018


rjmccall added a comment.

I think we should seriously consider making alignment attributes on typedefs (and maybe some other attributes like may_alias) actual type qualifiers that are preserved in the canonical type, mangled, and so on.  It would be an ABI break, but it'd also solve a lot of problems.


Repository:
  rC Clang

https://reviews.llvm.org/D46042





More information about the cfe-commits mailing list