[Openmp-commits] [PATCH] D120707: [Openmp]: Missing import statement in openmp interface for Fortran

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 1 04:23:54 PST 2022


AndreyChurbanov added a comment.

Then the "use omp_lib_kinds" lines can be removed, as they supposed to make 
the omp_allocator_handle_kind visible in the interfaces, but probably do not work for all compilers 
(or when omp* modules were not built or not accessible).

These were copy-paste errors transferred from omp_lib.f90.var file where omp* modules are defined.
Thanks for taking care of this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120707/new/

https://reviews.llvm.org/D120707



More information about the Openmp-commits mailing list