diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 3297810bce6..20c2b8e83f2 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -1095,6 +1095,7 @@ public: cout << " with assertions"; #endif cout << ".\n"; + cout << " Built " << __DATE__ << "(" << __TIME__ << ").\n"; } void operator=(bool OptionWasSpecified) { if (OptionWasSpecified) {