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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits