forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 342
Add optional verification to check that tail calls from swifttail->swiftail are marked musttail. #2766
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
Merged
varungandhi-apple
merged 2 commits into
swiftlang:apple/stable/20210107
from
varungandhi-apple:vg-apple/stable
Mar 31, 2021
Merged
Add optional verification to check that tail calls from swifttail->swiftail are marked musttail. #2766
varungandhi-apple
merged 2 commits into
swiftlang:apple/stable/20210107
from
varungandhi-apple:vg-apple/stable
Mar 31, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
@swift-ci test |
I will be turning on the setting for Swift compiler and runtime separately, which is why the check is off by default at the moment. |
aschwaighofer
approved these changes
Mar 31, 2021
Linux failure is unrelated; merged. |
Fixes rdar://75899279 and rdar://76024125