-
Notifications
You must be signed in to change notification settings - Fork 339
Cherry-Pick -enable-swifttail-musttail-check flag #3016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-Pick -enable-swifttail-musttail-check flag #3016
Conversation
Fixes rdar://76024125.
… calls. When -enable-swifttailcc-musttail-check is passed (off by default), we will check that all swiftasync->swiftasync tail calls are marked musttail. Fixes rdar://75899279.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this have come in through an automerger? I'm surprised as to why next
needs to updated manually for this flag...
Ah, nvm, I originally landed it on apple/stable, and there's no automerger from there to next. |
There's one more change related to this though with NDEBUG. |
#3004 <- You can cherry-pick this too for consistency. |
That's why I requested your review. Thanks for noting that. |
Commit cherry-picked. Thanks! |
This is a cherry-pick of #2766 onto the swift/next branch.
Resolves: rdar://78628967