[Openmp-commits] [PATCH] D129875: [Libomptarget] Make libomptarget an LLVM library
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 15 14:14:04 PDT 2022
JonChesterfield added a comment.
In D129875#3656403 <https://reviews.llvm.org/D129875#3656403>, @ye-luo wrote:
> Prefer additional dependency remains optional.
That's the problem really. It means reimplementing a bunch of object format handling and sticking with raw dlopen etc. The return on the investment of DIY or copy/pasting blocks of llvm source is really poor relative to requiring llvm to build the library from llvm.
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