[Openmp-commits] [PATCH] D46842: [OpenMP][libomptarget] Make bitcode library building depend on clang and llvm-linker being available

Gheorghe-Teodor Bercea via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri May 18 08:33:10 PDT 2018


gtbercea added a comment.

As long as cmake allows a part of the build to depend on another part of the build I think there is no problem with this. It just so happens that we have a part of the build depending on the clang compiler. It could have depended on the building of any other random file. I don't see this as something un-cmake-like.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D46842





More information about the Openmp-commits mailing list