[Openmp-commits] [openmp] [Flang][OpenMP] Install `omp_lib*.{mod, h}` into correct resource directory for standalone Flang builds (PR #90888)

Paul Osmialowski via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 28 06:28:06 PDT 2024


pawosm-arm wrote:

> I have found one more bug in all this, where the `.so` file for the OpenMP runtime is not correctly installed.

Yes, this was annoying issue I've encountered too. To address this, I'm passing `-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=Off` to CMake when building LLVM with the OpenMP runtime.


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


More information about the Openmp-commits mailing list