[Openmp-commits] [PATCH] D142008: [libomptarget] Delay recursive shared library registrations until offload RTLs are loaded
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 18 06:21:45 PST 2023
jhuber6 added reviewers: JonChesterfield, tianshilei1992.
jhuber6 added a comment.
So, this occurs when we load the plugin shared library? I'm wondering why we seem to be loading `libomptarget` again from the plugins. In any case I don't think we handle the case of multiple libraries being loaded well so we should try to address that as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142008/new/
https://reviews.llvm.org/D142008
More information about the Openmp-commits
mailing list