[cfe-commits] [PATCH] Implement va_arg alignment in clang on ARM
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Tue Aug 2 08:52:04 PDT 2011
On 08/01/2011 04:19 PM, Jim (Ningjie) Chen wrote:
> Hello. First-time contributor :)
>
> This patch implements alignment for long long types in va_arg on ARM AAPCS.
> Without alignment, sqlite breaks on ARM because it uses 64-bit types extensively in vaarg calls (printf).
I think this is fine. Renato, can you confirm?
> I also included a test if that is needed.
Tests are always good :-)
> Thanks!
> Jim
Thanks,
Rafael
More information about the cfe-commits
mailing list