mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 17:47:38 +00:00
Tweak --version to include the date and time.
llvm-svn: 61378
This commit is contained in:
parent
6bee7ef264
commit
266cb1d2fa
@ -1095,6 +1095,7 @@ public:
|
||||
cout << " with assertions";
|
||||
#endif
|
||||
cout << ".\n";
|
||||
cout << " Built " << __DATE__ << "(" << __TIME__ << ").\n";
|
||||
}
|
||||
void operator=(bool OptionWasSpecified) {
|
||||
if (OptionWasSpecified) {
|
||||
|
Loading…
Reference in New Issue
Block a user