-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop][linux] modularize the bits part of libstdc++ #67557
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
Conversation
@swift-ci please test |
@swift-ci please test source compatibility |
@swift-ci please smoke test linux |
1 similar comment
@swift-ci please smoke test linux |
@swift-ci please smoke 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.
LGTM. I also think it's fine to include the bits headers into the top-level std
module if that's easier, since the bits submodule is going to get pulled in as a dependency of the top level module anyway.
@swift-ci please smoke test |
Yeah true, it might be better to make it a non-submodule. |
@swift-ci please smoke test |
@swift-ci please smoke test |
@swift-ci please smoke test linux |
1 similar comment
@swift-ci please smoke test linux |
Fixes #64457