You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement handling of the array new operator and any additional details needed to make this work. This will involve array cookie support in CIRGenCXXABI, which in turn will require creating subclasses of CIRGenItaniumCXXABI to get the AppleARM64 ABI right.
The text was updated successfully, but these errors were encountered:
Thanks a lot!
Andy, since you are adding array cookie support, I'd like share with you about a very related issue that I just created #1285
It's about array delete, whose unimplemented lowering may just benefit from what you plan to do.
Implement handling of the array new operator and any additional details needed to make this work. This will involve array cookie support in CIRGenCXXABI, which in turn will require creating subclasses of CIRGenItaniumCXXABI to get the AppleARM64 ABI right.
The text was updated successfully, but these errors were encountered: