[PATCH] D10656: LLVM OpenMP CMake Overhaul
Jack Howarth
howarth.mailing.lists at apple.com
Sat Jul 4 15:26:44 PDT 2015
FYI, I have built current openmp trunk with the the third permutation of the cmake overhaul applied as part of an in-tree llvm/clang/compiler-rt/libc++/polly cmake build using a 3-stage bootstrap with stage2/stage3 comparison of binaries on x86_64-apple-darwin13/14/15. The only minor nit I found was that three files should differences between stage2/stage3 due to the timestamps added by
-- stage2/projects/openmp/runtime/src/kmp_i18n_default.inc 2015-07-04 17:04:13.000000000 -0400
+++ stage3/projects/openmp/runtime/src/kmp_i18n_default.inc 2015-07-04 17:28:37.000000000 -0400
@@ -1,5 +1,5 @@
// Do not edit this file! //
-// The file was generated from en_US.txt by message-converter.pl on Sat Jul 4 17:04:13 2015. //
+// The file was generated from en_US.txt by message-converter.pl on Sat Jul 4 17:28:37 2015. //
static char const *
--- stage2/projects/openmp/runtime/src/kmp_i18n_id.inc 2015-07-04 17:04:13.000000000 -0400
+++ stage3/projects/openmp/runtime/src/kmp_i18n_id.inc 2015-07-04 17:28:37.000000000 -0400
@@ -1,5 +1,5 @@
// Do not edit this file! //
-// The file was generated from en_US.txt by message-converter.pl on Sat Jul 4 17:04:13 2015. //
+// The file was generated from en_US.txt by message-converter.pl on Sat Jul 4 17:28:37 2015. //
enum kmp_i18n_id {
and projects/openmp/runtime/src/CMakeFiles/omp.dir/kmp_version.c.o which I assume is related to those two diffs. Would it be possible to modify message-converter.pl so that it doesn't emit the time-stamp?
Repository:
rL LLVM
http://reviews.llvm.org/D10656
More information about the llvm-commits
mailing list