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