Tweak --version to include the date and time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Steve Naroff 2008-12-23 18:41:47 +00:00
parent c9a5b9e38b
commit 1f33f8e4cc

View File

@ -1095,6 +1095,7 @@ public:
cout << " with assertions";
#endif
cout << ".\n";
cout << " Built " << __DATE__ << "(" << __TIME__ << ").\n";
}
void operator=(bool OptionWasSpecified) {
if (OptionWasSpecified) {