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 5e8d4ef commit c8b3b30Copy full SHA for c8b3b30
clang/lib/Driver/Driver.cpp
@@ -2334,7 +2334,7 @@ void Driver::PrintHelp(bool ShowHidden) const {
2334
2335
void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const {
2336
if (IsFlangMode()) {
2337
- OS << getClangToolFullVersion("flang") << '\n';
+ OS << getClangToolFullVersion("AMD AFAR drop #22.3.0 12/13/25 flang") << '\n';
2338
} else {
2339
// FIXME: The following handlers should use a callback mechanism, we don't
2340
// know what the client would like to do.
0 commit comments