We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
swift-5.7
swift-5.9
1 parent dcd83a8 commit 8c40e46Copy full SHA for 8c40e46
lib/Frontend/CompilerInvocation.cpp
@@ -438,7 +438,7 @@ enum class CxxCompatMode {
438
static CxxCompatMode validateCxxInteropCompatibilityMode(StringRef mode) {
439
if (mode == "off")
440
return CxxCompatMode::off;
441
- if (mode == "swift-5.7")
+ if (mode == "swift-5.9")
442
return CxxCompatMode::enabled;
443
return CxxCompatMode::invalid;
444
}
0 commit comments