[PATCH v2] LangRef: clarify that va_arg doesn't work on x86_64

Tim Northover t.p.northover at gmail.com
Thu Oct 30 11:01:02 PDT 2014


On 30 October 2014 10:22, Reid Kleckner <rnk at google.com> wrote:
> I think it's possible to modify the example like so, so that it works on
> x86_64 with very little modification:

Ah, it should have been obvious the alloca was the problem! Well
spotted, I thought it was a real bug in va_arg.

Tim.



More information about the llvm-commits mailing list