We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446a41d commit f600633Copy full SHA for f600633
src/tool/ToolMain.cpp
@@ -42,6 +42,7 @@ print_version(llvm::raw_ostream& os)
42
os << project_name
43
<< "\n " << project_description
44
<< "\n version: " << project_version
45
+ << "\n build: " << project_version_build
46
<< "\n built with LLVM " << LLVM_VERSION_STRING
47
<< "\n";
48
}
0 commit comments