[llvm-commits] [PATCH] Fix default stack alignment on i386
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Jan 10 10:19:30 PST 2012
On Tue, Jan 10, 2012 at 09:34:04AM -0800, Chandler Carruth wrote:
> Just to understand correctly, this doesn't change the requested 16-byte
> alignment of stacks on *linux* 32-bit x86? While I understand that that is
> a divergence from the SYSV ABI, it is an important and ubiquitous one on
> Linux.
At the end of the constructor, the default gets overriden for platforms
that want 16 Bytes or when an explicit value is requested.
Joerg
More information about the llvm-commits
mailing list