forked from OSchip/llvm-project
Tweak --version to include the date and time.
llvm-svn: 61378
This commit is contained in:
parent
a754c40390
commit
b0ad08b39a
|
@ -1095,6 +1095,7 @@ public:
|
||||||
cout << " with assertions";
|
cout << " with assertions";
|
||||||
#endif
|
#endif
|
||||||
cout << ".\n";
|
cout << ".\n";
|
||||||
|
cout << " Built " << __DATE__ << "(" << __TIME__ << ").\n";
|
||||||
}
|
}
|
||||||
void operator=(bool OptionWasSpecified) {
|
void operator=(bool OptionWasSpecified) {
|
||||||
if (OptionWasSpecified) {
|
if (OptionWasSpecified) {
|
||||||
|
|
Loading…
Reference in New Issue