[PATCH] D140664: [Sema] Don't mark deleted special member functions as non-trivial
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 5 13:43:20 PST 2023
royjacobson reopened this revision.
royjacobson added a comment.
This revision is now accepted and ready to land.
So, I had a quick look at this. Turns out this fix changed the argument passing ABI for those classes on the Sony PS4. This is probably not acceptable :)
Putting this behind an ABI compat/Sony flag is probably good enough in this case, will try to write it up next week.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140664/new/
https://reviews.llvm.org/D140664
More information about the cfe-commits
mailing list