[Openmp-commits] [llvm] [openmp] [Offload][OMPT][NFCI] Call ompt_libomp_connect instead of dlopen libomp (PR #214556)

Jan André Reuter via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 7 01:28:48 PDT 2026


https://github.com/Thyre approved this pull request.

I did some testing with examples of prior issues I've encountered with the initialization sequence and those still look fine. The general changes look good to me, and I like getting rid of the `dlopen` approach done previously.

As mentioned in the PR description, `libomptarget.so.[...]` already links against `libomp.so`, so the symbols should be found AFAICT.

Please wait for further feedback before merging though.

https://github.com/llvm/llvm-project/pull/214556


More information about the Openmp-commits mailing list