[Openmp-commits] [openmp] [OpenMP] avoid segv for a lock that has already been destroyed (PR #145625)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 26 05:16:05 PDT 2025


jprotze wrote:

@kwk: I'm wondering, why this only fails for this specific test, but not for ompt/misc/interoperability.cpp
Since this seems to be an issue with compiling callback.h with the C++ frontend, I would expect that the other test also fails. As a quick fix, we can create callback.c, which includes callback.h, compile it separately into an object file and link it into the test.

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


More information about the Openmp-commits mailing list