-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[CxxInterop] Add tests for extern vars #31093
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
Co-Authored-By: Dmitri Gribenko <[email protected]>
Please also add SILGen and IRGen tests for passing the C globals as Swift |
Done. |
@swift-ci Please smoke test |
@swift-ci Please smoke test macOS |
1 similar comment
@swift-ci Please smoke test macOS |
PTAL :) |
@swift-ci Please test |
@swift-ci Please test Windows |
1 similar comment
@swift-ci Please test Windows |
@swift-ci Please smoke test macOS |
1 similar comment
@swift-ci Please smoke test macOS |
Right now names of extern vars are not mangled therefore there are conflicts between toplevel vars and e.g. namespaced vars. These tests are commented out and accompanied with a FIXME. This will be fixed in #31070.
Progres on SR-12464.