[Openmp-commits] [PATCH] D129875: [Libomptarget] Make libomptarget an LLVM library
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 15 14:04:18 PDT 2022
jhuber6 added a comment.
In D129875#3656358 <https://reviews.llvm.org/D129875#3656358>, @JonChesterfield wrote:
> It's going to be difficult to tell which vendors or CI systems are affected without landing this. I remember objections to that strategy in the past, anyone have an alternative suggestion?
I didn't have any problems locally doing either a `LLVM_ENABLE_PROJECTS=openmp` or a `LLVM_ENABLE_RUNTIMES=openmp` build. However it seems the pre-merge checks end up with a lot of failures. It may just require rebuilding properly.
Another advantage of this is that we should be able to drop the dl, libelf, and libffi dependencies and use some LLVM libraries instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129875/new/
https://reviews.llvm.org/D129875
More information about the Openmp-commits
mailing list