https://bugs.llvm.org/show_bug.cgi?id=35814
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #5 from Reid Kleckner <r...@google.com> ---
As discussed on the patch, I think this is actually PR31362, which is that
ms_abi just doesn't work for structs larger than 8 bytes. It uses the Linux
calling convention logic, which is wrong.
We could keep open a separate issue for making byval not generate crashing code
on win64, but I don't think it's worth it.
*** This bug has been marked as a duplicate of bug 31362 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs