Skip to content

Commit 8c40e46

Browse files
committed
[nfc][cxx-interop] Bump swift version swift-5.7 -> swift-5.9.
1 parent dcd83a8 commit 8c40e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ enum class CxxCompatMode {
438438
static CxxCompatMode validateCxxInteropCompatibilityMode(StringRef mode) {
439439
if (mode == "off")
440440
return CxxCompatMode::off;
441-
if (mode == "swift-5.7")
441+
if (mode == "swift-5.9")
442442
return CxxCompatMode::enabled;
443443
return CxxCompatMode::invalid;
444444
}

0 commit comments

Comments
 (0)