[Openmp-commits] [PATCH] D102043: [libomptarget] Look for plugins next to libomptarget.so
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 26 13:37:56 PDT 2021
JonChesterfield added a comment.
The dlopen search path it tries instead may have no relation to how the application found libomptarget. It'll cheerfully use one from a totally unrelated toolchain. That seems unconditionally bad to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102043/new/
https://reviews.llvm.org/D102043
More information about the Openmp-commits
mailing list