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.
1 parent 3299803 commit a7806dbCopy full SHA for a7806db
lib/Basic/Platform.cpp
@@ -426,7 +426,7 @@ swift::getSwiftRuntimeCompatibilityVersionForTarget(
426
}
427
428
} else if (Major == 11) {
429
- if (Minor <= 3)
+ if (Minor <= 2)
430
return floorFor64(llvm::VersionTuple(5, 3));
431
432
return floorFor64(llvm::VersionTuple(5, 4));
@@ -489,7 +489,7 @@ swift::getSwiftRuntimeCompatibilityVersionForTarget(
489
return floorFor64bits(llvm::VersionTuple(5, 2));
490
491
} else if (Major <= 7) {
492
- if (Minor <= 4)
+ if (Minor <= 3)
493
return floorFor64bits(llvm::VersionTuple(5, 3));
494
495
return floorFor64bits(llvm::VersionTuple(5, 4));
0 commit comments