Skip to content

Commit

Permalink
refactor: version command includes build
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 8, 2024
1 parent 446a41d commit f600633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tool/ToolMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ print_version(llvm::raw_ostream& os)
os << project_name
<< "\n " << project_description
<< "\n version: " << project_version
<< "\n build: " << project_version_build
<< "\n built with LLVM " << LLVM_VERSION_STRING
<< "\n";
}
Expand Down

0 comments on commit f600633

Please sign in to comment.