Skip to content

[ownership] Eliminate -assume-parsing-unqualified-ownership-sil now that it is a no-op. #21439

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

Conversation

gottesmm
Copy link
Contributor

NOTE: I split the test changes into a separate commit to ease review.

I am doing this separately from the actual change to eliminate the option to
make it easier to review.
@gottesmm gottesmm requested a review from atrick December 19, 2018 20:54
@gottesmm
Copy link
Contributor Author

@swift-ci test

@gottesmm
Copy link
Contributor Author

NOTE: The parsing flag in SILBuilder is removed in this commit since it was only needed to handle cases where we did not know if we had ownership or not yet when creating a function. With the new design around [ossa] we always know if a function is in ownership form or not /before/ we insert instructions into it.

Copy link
Contributor

@atrick atrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...am I happy to see this!

@gottesmm gottesmm merged commit 4b95ca8 into swiftlang:master Dec 20, 2018
@gottesmm gottesmm deleted the pr-8067c5675a42d8ecfc248e2b2fe644ee2795fc06 branch December 20, 2018 01:35
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