[PATCH] D46013: [ARM] Conform to AAPCS when passing overaligned composites as arguments
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 1 12:39:27 PDT 2018
efriedma added a comment.
I'd like to see some tests for __attribute((packed)).
================
Comment at: lib/CodeGen/TargetInfo.cpp:5787
+ } else {
+ TyAlign = getContext().getTypeAlign(Ty) ;
+ }
----------------
Whitespace.
Repository:
rC Clang
https://reviews.llvm.org/D46013
More information about the cfe-commits
mailing list