[Openmp-commits] [openmp] [OpenMP][FIX] Ensure we allow shared libraries without kernels (PR #74532)
Jan Patrick Lehr via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 6 06:08:28 PST 2023
jplehr wrote:
For reference: It appears that this caused https://github.com/llvm/llvm-project/issues/74582.
I narrowed it down to a segmentation fault in the `readGlobalFromImage`, when called in line 980 from `PluginInterface.cpp`, where it does a `std::memcpy` from the image to the host. I have not yet gotten further than this.
https://github.com/llvm/llvm-project/pull/74532
More information about the Openmp-commits
mailing list