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-11-30 20:02:59 +00:00
2015-12-11 22:04:05 +00:00
2015-08-31 12:32:55 +00:00
2015-11-30 20:02:59 +00:00
2016-01-04 23:20:26 +00:00
2016-01-04 23:20:26 +00:00
2015-04-02 13:27:08 +00:00
2016-01-12 17:21:55 +00:00
2015-11-30 20:02:59 +00:00
2015-09-25 17:23:17 +00:00
2015-06-03 16:23:36 +00:00
2015-09-21 18:11:22 +00:00
2015-11-12 21:40:39 +00:00
2015-08-11 21:36:41 +00:00
2016-01-04 23:20:26 +00:00
2015-12-23 02:34:03 +00:00
2015-01-27 17:13:53 +00:00
2015-06-11 17:36:16 +00:00
2015-09-21 17:24:46 +00:00
2015-07-09 18:16:58 +00:00
2016-01-04 23:20:26 +00:00
2015-09-21 19:37:05 +00:00
2015-01-27 17:13:53 +00:00
2015-06-08 20:01:14 +00:00
2015-02-20 18:05:17 +00:00
2015-05-26 17:32:53 +00:00
2015-12-11 22:04:05 +00:00
2015-01-27 17:13:53 +00:00
2015-12-11 22:04:05 +00:00
2015-01-27 17:13:53 +00:00
2015-12-17 16:19:05 +00:00
2016-01-04 23:20:26 +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-04-02 13:27:08 +00:00
2015-01-27 17:13:53 +00:00
2015-08-28 18:42:10 +00:00
2015-02-20 18:05:17 +00:00
2015-12-03 19:37:20 +00:00
2016-01-04 23:20:26 +00:00
2015-12-11 22:04:05 +00:00
2015-09-21 17:24:46 +00:00
2016-01-04 23:20:26 +00:00
2016-01-04 23:20:26 +00:00
2016-01-11 20:37:39 +00:00
2015-07-09 18:20:51 +00:00
2015-10-09 17:42:52 +00:00
2015-12-11 21:57:06 +00:00
2015-01-27 17:13:53 +00:00
2015-12-17 17:27:51 +00:00
2015-12-18 16:19:35 +00:00
2015-09-24 14:47:51 +00:00
2015-09-24 14:47:51 +00:00
2015-06-08 20:01:14 +00:00
2015-04-02 13:27:08 +00:00
2015-05-22 22:35:51 +00:00
2015-01-27 17:13:53 +00:00
2015-11-16 22:53:38 +00:00
2015-11-30 20:05:13 +00:00
2015-06-08 20:01:14 +00:00
2015-04-02 13:27:08 +00:00
2015-06-08 20:01:14 +00:00
2016-01-14 23:18:20 +00:00
2015-06-01 02:37:28 +00:00
2015-01-27 17:13:53 +00:00
2016-01-11 20:28:55 +00:00
2015-01-27 17:13:53 +00:00
2015-09-21 20:02:45 +00:00
2016-01-04 23:20:26 +00:00
2015-08-28 18:42:10 +00:00
2015-11-11 17:49:50 +00:00
2015-11-11 17:30:26 +00:00
2015-09-21 18:11:22 +00:00
2015-10-29 20:56:24 +00:00
2015-11-05 16:54:55 +00:00
2014-10-07 16:25:50 +00:00
2015-08-28 18:42:10 +00:00
2015-12-18 23:20:36 +00:00
2015-12-18 23:20:36 +00:00
2015-04-29 16:42:24 +00:00
2015-03-10 09:03:42 +00:00