[Openmp-commits] [PATCH] D125698: [Libomptarget] Don't build the device runtime without a new Clang
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon May 16 09:05:21 PDT 2022
ye-luo added a comment.
This is either done with a two-step build, where OpenMP is built with
the Clang that was just installed, or through the
-DLLLVM_ENABLE_RUNTIMES=openmp option. This has always been the case,
This is not true. Even before D125315 <https://reviews.llvm.org/D125315> breakage, all the host libraries can be built with GCC and DeviceRTL with just-built Clang via `-DLLVM_ENABLE_PROJECTS=openmp`
Maybe we should figure out why D125315 <https://reviews.llvm.org/D125315> doesn't pick up clang when building DeviceRTL.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125698/new/
https://reviews.llvm.org/D125698
More information about the Openmp-commits
mailing list