Skip to content

[NFC] Add an EmitSortedSIL member to SILOptions for consistency. #29210

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
merged 1 commit into from
Jan 16, 2020
Merged

[NFC] Add an EmitSortedSIL member to SILOptions for consistency. #29210

merged 1 commit into from
Jan 16, 2020

Conversation

varungandhi-apple
Copy link
Contributor

It is a bit strange to have the FrontendOptions being used in writeSIL
instead of SILOptions, so this PR fixes that.

It is a bit strange to have the FrontendOptions being used in writeSIL
instead of SILOptions, so this PR fixes that.
@varungandhi-apple
Copy link
Contributor Author

@swift-ci please smoke test

@CodaFi
Copy link
Contributor

CodaFi commented Jan 15, 2020

Unless I missed it, I think you also need to remove line 70 of ArgsToFrontendOptionsConverter.

@varungandhi-apple
Copy link
Contributor Author

I don't think that should be removed. I didn't remove the flag from FrontendOptions, I only added it to SILOptions, so there is no need to modify ArgsToFrontendOptionsConverter.

@varungandhi-apple
Copy link
Contributor Author

@swift-ci please clean smoke test Linux platform

@varungandhi-apple varungandhi-apple merged commit 8510b92 into swiftlang:master Jan 16, 2020
@varungandhi-apple varungandhi-apple deleted the vg-update-SILOptions-struct branch January 16, 2020 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants