[Openmp-commits] [PATCH] D101960: [openmp] Drop requirement on library path environment variables
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 26 09:17:23 PDT 2021
JonChesterfield added a comment.
Test setup can be fixed independently (and possibly should be).
D102043 <https://reviews.llvm.org/D102043> is newly simplified. It looks for plugins next to libomptarget.so, which means it can find them even when the application uses a non-transitive method to find libomptarget.so.
Turns out libomptarget.so is linked directly to the application, not via libomp.so as I believed, and they're installed next to each other so whatever finds the first will find the second.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101960/new/
https://reviews.llvm.org/D101960
More information about the Openmp-commits
mailing list