[Openmp-commits] [flang] [llvm] [openmp] [OpenMP][Flang] Add integer-kind wrappers to omp_lib (PR #213505)

Sairudra More via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 24 05:53:19 PDT 2026


https://github.com/Saieiei commented:

Could we include the new wrapper implementations in an installed linkable artifact? With `LIBOMP_FORTRAN_MODULES_ONLY=ON`, `omp_lib.mod` is installed but no object or library provides the wrapper symbols, so a default-integer omp_set_num_threads caller fails to link on `_QMomp_libPomp_set_num_threads_i4`. Could we also add a link test for this configuration?

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


More information about the Openmp-commits mailing list