[llvm-bugs] [Bug 16390] [Windows] C++ objects are passed as byval when using Itanium C++ ABI
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 26 17:36:19 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=16390
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Reid Kleckner <rnk at google.com> ---
> I'd much rather force users to pick between a mingw ABI and a win32 ABI which encompasses both C and C++.
I'm pretty sure this got sorted out by the *-windows-gnu *-windows-msvc triple
changes. We definitely pass C++ objects indirectly for *-windows-gnu/itanium
triples.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210227/14f2f09f/attachment.html>
More information about the llvm-bugs
mailing list