[PATCH] D34474: [RFC] [AArch64] Add a win64 specific aarch64 calling convention, for va_list handling

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 17:19:00 PDT 2017


mgrang added a comment.

We are working on adding support for the Windows ARM64 COFF format and recently upstreamed two patches https://reviews.llvm.org/D34705 and https://reviews.llvm.org/D34706.
This patch is a prerequisite for us to support printf calls in our use-case. Looking forward to get this merged once comments are addressed :)

--Mandeep


https://reviews.llvm.org/D34474





More information about the llvm-commits mailing list