[PATCH] D133817: MSVC ABI: Looks like even non-aarch64 uses the MSVC/14 definition for pod/aggregate passing

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 22:38:15 PDT 2022


dblaikie updated this revision to Diff 460637.
dblaikie marked an inline comment as done.
dblaikie added a comment.

Add the three test cases. Verified they failed without the patch and pass with it. Testing them across all the Windows ABI variants, since they seem to apply equally.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133817/new/

https://reviews.llvm.org/D133817

Files:
  clang/lib/CodeGen/MicrosoftCXXABI.cpp
  clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133817.460637.patch
Type: text/x-patch
Size: 5983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220916/bad6ebec/attachment-0001.bin>


More information about the cfe-commits mailing list