The extra import is required to access entities in host scoping unit.
Also looks like it's present in the other interface functions as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
Comment Actions
- removed usage of "use omp_lib_kinds" statement as the "import" is sufficient and consistent.