-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Interop/Cxx: explicitly require C++
for modules
#35285
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
CC: @hlopko @zoecarver |
@swift-ci please test |
We probably want to do this for all C++ test inputs, right? |
Yeah, I think that is probably a good thing to do. Mind pointing me to the other module definitions? |
I'm happy to do it. I can put up a patch later tonight. The paths are |
The C++ interop modules require C++ support. Explicitly require C++ as a feature when building these modules. This has no impact on the changes as all the tests enable C++ already.
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.
You're the best. Thanks for fixing this.
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test Linux platform |
The C++ interop modules require C++ support. Explicitly require C++ as
a feature when building these modules. This has no impact on the
changes as all the tests enable C++ already.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.