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

Michael Klemm via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 20 08:56:55 PDT 2026


mjklemm wrote:

This PR is a breaking change, as it updates the module hash.  This is fine.  We should plan for a subsequent NFC PR that moves the `private` interfaces to the C stubs into an implementation module to not break the `omp_lib` module hash everytime the internals are updated:

```Fortran
submodule (omp_lib) omp_lib_impl
  use omp_lib_kinds
  use omp_lib_c_iface
contains
  ! bodies ....
end submodule omp_lib_impl
```

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


More information about the Openmp-commits mailing list