File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -411,30 +411,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
411
411
OS << SWIFT_VENDOR " ";
412
412
#endif
413
413
414
- OS << "Swift version " SWIFT_VERSION_STRING;
415
- #ifndef SWIFT_COMPILER_VERSION
416
- OS << "-dev";
417
- #endif
418
-
419
- if (effectiveVersion != Version::getCurrentLanguageVersion()) {
420
- OS << " effective-" << effectiveVersion;
421
- }
422
-
423
- #if defined(SWIFT_COMPILER_VERSION)
424
- OS << " (swiftlang-" SWIFT_COMPILER_VERSION;
425
- #if defined(CLANG_COMPILER_VERSION)
426
- OS << " clang-" CLANG_COMPILER_VERSION;
427
- #endif
428
- OS << ")";
429
- #elif defined(LLVM_REVISION) || defined(SWIFT_REVISION)
430
- OS << " (";
431
- printFullRevisionString(OS);
432
- OS << ")";
433
- #endif
434
-
435
- // Suppress unused function warning
436
- (void)&printFullRevisionString;
437
-
414
+ OS << "Swift version " SWIFT_VERSION_STRING " (swift-5.7.2-RELEASE)";
438
415
return OS.str();
439
416
}
440
417
You can’t perform that action at this time.
0 commit comments