Skip to content

[6.1] Remove diagnostic error for importing non ossa module to ossa module when EBM is not enabled #78276

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
Dec 19, 2024

Conversation

meg-gupta
Copy link
Contributor

Explanation: Importing non-ossa module to ossa module in implicit builds is supported with one time recompilation of the non-ossa module. #77314 introduced an error when importing non-ossa module to ossa module whenever EnableRecompilationToOSSAModule is not set. Remove this error since we have to support old swiftinterfaces with this scenario.
Scope: Fixes compilation error while building old Distributed.swiftinterface and Synchronization.swiftinterface with newer compilers.
Issues: rdar://141576869
Original PRs: #78274
Risk: Low.
Testing: Tested with old Distributed.swiftinterface and Synchronization.swiftinterface
Reviewers: @tshortli

@meg-gupta meg-gupta requested a review from a team as a code owner December 18, 2024 20:08
@meg-gupta
Copy link
Contributor Author

@swift-ci test

@meg-gupta meg-gupta enabled auto-merge December 19, 2024 19:26
@meg-gupta meg-gupta merged commit 38fe923 into swiftlang:release/6.1 Dec 19, 2024
5 checks passed
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