[llvm-commits] [patch]fix argument passing on ARM

Sandeep Patel deeppatel1987 at gmail.com
Tue Oct 27 02:20:44 PDT 2009


I have confirmed that this is correct with the AAPCS ABI doc. Looks
like I got this wrong during migration to TableGen calling
conventions.

deep

On Tue, Oct 27, 2009 at 5:51 AM, Rafael Espindola <espindola at google.com> wrote:
> This patch fixes the include testcase. The problem is that we were not
> checking the alignment of arguments on the stack, so doubles would end
> being 4 aligned instead of 8.
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>




More information about the llvm-commits mailing list