Skip to content

[cxx-interop][linux] modularize the bits part of libstdc++ #67596

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
Jul 29, 2023

Conversation

hyp
Copy link
Contributor

@hyp hyp commented Jul 28, 2023

Fixes #64457

(cherry picked from commit c215abd)

Explanation:
Libstdc++ was not fully modularized, leading to errors when it was imported transitively through Foundation. This change modularizes the bits part of libstdc++.
Scope: C++ interop, Libstdc++ generated module map.
Risk: Low, the affected code changes only affect the Linux targets as libstdc++ isn't used elsewhere.
Testing: Unit tests, manual testing.
Original PR: #67557

@hyp hyp requested a review from a team as a code owner July 28, 2023 18:05
@hyp hyp added swift 5.9 c++ interop Feature: Interoperability with C++ labels Jul 28, 2023
@hyp
Copy link
Contributor Author

hyp commented Jul 28, 2023

@swift-ci please test

@hyp hyp merged commit 73c7ebb into swiftlang:release/5.9 Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++ swift 5.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants