Skip to content

Commit f600633

Browse files
committed
refactor: version command includes build
1 parent 446a41d commit f600633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tool/ToolMain.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ print_version(llvm::raw_ostream& os)
4242
os << project_name
4343
<< "\n " << project_description
4444
<< "\n version: " << project_version
45+
<< "\n build: " << project_version_build
4546
<< "\n built with LLVM " << LLVM_VERSION_STRING
4647
<< "\n";
4748
}

0 commit comments

Comments
 (0)