Skip to content

Commit

Permalink
[SYCLomatic] Update format for clang version (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-slow-one authored Apr 23, 2024
1 parent ed8cf84 commit 74046f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/DPCT/DPCT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ std::string printCTVersion() {
OS << ").";
}

OS << " Clang parser: (" << CLANG_VERSION_MAJOR << "." << CLANG_VERSION_MINOR
<< "." << CLANG_VERSION_PATCHLEVEL << ")\n";
OS << " clang version " << CLANG_VERSION_MAJOR << "." << CLANG_VERSION_MINOR
<< "." << CLANG_VERSION_PATCHLEVEL << "\n";

return OS.str();
}
Expand Down

0 comments on commit 74046f6

Please sign in to comment.