-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Disable lexical-lifetimes with copy-propagation. #40519
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
Disable lexical-lifetimes with copy-propagation. #40519
Conversation
The cases' new names more accurately reflect what behavior occurs when SILOptions::LexicalLifetimes is assigned that case.
If -disable-copy-propagation is passed, just emit lexical diagnostic markers but do not enable lexical lifetimes.
@swift-ci please test |
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.
Thanks!
Build failed |
@swift-ci please clean test linux platform |
Build failed |
Build failed |
@swift-ci please clean test macos platform |
@swift-ci please clean test linux platform |
Build failed |
Build failed |
@swift-ci please clean test macos platform |
@swift-ci please clean test linux platform |
If -disable-copy-propagation is passed, just emit lexical diagnostic markers but do not enable lexical lifetimes.