[Openmp-commits] [PATCH] D46842: [OpenMP][libomptarget] Make bitcode library building depend on clang and llvm-linker being available
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon May 14 13:25:43 PDT 2018
Hahnfeld requested changes to this revision.
Hahnfeld added a comment.
This revision now requires changes to proceed.
Nope, I repeatedly expressed concerns about doing this and it was repeatedly discussed, see https://reviews.llvm.org/D14254 around November 21st:
> Currently, this will try to use the just-built compiler when building in-tree with LLVM and Clang. It does so by adding a dependence to the clang target which means that the files are recompiled whenever the compiler changes, ie the clang target has a newer modification timestamp.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D46842
More information about the Openmp-commits
mailing list