You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🍒[cxx-interop] Do not pass the C++ standard if C++ interop is not enabled (#7194)
This fixes the Swift PR testing failures.
### Motivation:
If C++ interop is not enabled, SwiftPM should not pass `-Xcc -std=c++17`
flags.
### Result:
Only pass these flags if C++ interop is enabled.
Original PR: #7188
(cherry picked from commit 351222f)
0 commit comments