Skip to content

Commit c8b3b30

Browse files
committed
[flang] drop version 22.3.0
1 parent 5e8d4ef commit c8b3b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ void Driver::PrintHelp(bool ShowHidden) const {
23342334

23352335
void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
23362336
if (IsFlangMode()) {
2337-
OS << getClangToolFullVersion("flang") << '\n';
2337+
OS << getClangToolFullVersion("AMD AFAR drop #22.3.0 12/13/25 flang") << '\n';
23382338
} else {
23392339
// FIXME: The following handlers should use a callback mechanism, we don't
23402340
// know what the client would like to do.

0 commit comments

Comments
 (0)