[PATCH] D34474: [AArch64] Add a win64 specific aarch64 calling convention

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 13:27:15 PDT 2017


rnk added a comment.

I commented on the clang side that I think it's worth having a single ms_abi calling convention, but I don't think it matters too much for LLVM. The only code that cares about the convention is going to be in lib/Target/{X86|AArch64} anyway. It might be worth a try, though.


https://reviews.llvm.org/D34474





More information about the llvm-commits mailing list