[PATCH] D49770: [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 02:14:39 PDT 2018


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

This seems to be another case of all other arches being the same while x86_32 is different. The thumb case (with same actual code as x86_64) has a comment about a corner case where this doesn't match MSVC exactly, does that also apply here?


Repository:
  rC Clang

https://reviews.llvm.org/D49770





More information about the llvm-commits mailing list