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 @@ -266,30 +266,7 @@ std::string getSwiftFullVersion(Version effectiveVersion) {
266266 OS << SWIFT_VENDOR " " ;
267267#endif
268268
269- OS << " Swift version " SWIFT_VERSION_STRING;
270- #ifndef SWIFT_COMPILER_VERSION
271- OS << " -dev" ;
272- #endif
273-
274- if (effectiveVersion != Version::getCurrentLanguageVersion ()) {
275- OS << " effective-" << effectiveVersion;
276- }
277-
278- #if defined(SWIFT_COMPILER_VERSION)
279- OS << " (swiftlang-" SWIFT_COMPILER_VERSION;
280- #if defined(CLANG_COMPILER_VERSION)
281- OS << " clang-" CLANG_COMPILER_VERSION;
282- #endif
283- OS << " )" ;
284- #elif defined(LLVM_REVISION) || defined(SWIFT_REVISION)
285- OS << " (" ;
286- printFullRevisionString (OS);
287- OS << " )" ;
288- #endif
289-
290- // Suppress unused function warning
291- (void )&printFullRevisionString;
292-
269+ OS << " Swift version " SWIFT_VERSION_STRING " (swift-6.1.3-RELEASE)" ;
293270 return OS.str ();
294271}
295272
You can’t perform that action at this time.
0 commit comments