diff options
Diffstat (limited to 'lib/Support/PrintVersion.cpp')
-rw-r--r-- | lib/Support/PrintVersion.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/PrintVersion.cpp b/lib/Support/PrintVersion.cpp index d62269ba..b4ff9811 100644 --- a/lib/Support/PrintVersion.cpp +++ b/lib/Support/PrintVersion.cpp @@ -25,6 +25,9 @@ void klee::printVersion() #else llvm::outs() << "unknown\n"; #endif +#ifdef KLEE_BUILD_TAG + llvm::outs() << " Build tag: " << KLEE_BUILD_TAG "\n"; +#endif // Show LLVM version information llvm::outs() << "\n"; llvm::cl::PrintVersionMessage(); |