Hans Wennborg 59162da0eb Don't use __DATE__ or __TIME__; it breaks release builds (PR26145)
The release builds are configured to be reproducible, so that the
binaries compare equal between bootstrap iterations. The OpenMP
run-time build was failing like this:

runtime/src/kmp_version.c:108:79: error: expansion of date or time macro is not reproducible [-Werror,-Wdate-time]
char const __kmp_version_build_time[]     = KMP_VERSION_PREFIX "build time: " __DATE__ " " __TIME__;

Figuring as the build currently doesn't set LIBOMP_DATE, it's probably
OK to skip setting the build time here too.

llvm-svn: 257833
2016-01-14 23:18:20 +00:00
..
2015-08-11 21:36:41 +00:00
2015-09-21 17:24:46 +00:00
2015-07-09 18:16:58 +00:00
2015-06-01 02:37:28 +00:00
2015-05-22 22:35:51 +00:00
2015-06-01 02:37:28 +00:00
2015-09-21 17:24:46 +00:00
2016-01-04 23:20:26 +00:00
2015-07-09 18:20:51 +00:00
2015-10-09 17:42:52 +00:00
2015-09-24 14:47:51 +00:00
2015-09-24 14:47:51 +00:00
2015-05-22 22:35:51 +00:00
2015-09-21 20:02:45 +00:00
2016-01-04 23:20:26 +00:00