[all-commits] [llvm/llvm-project] 6d658f: [Openmp]: Missing import statement in openmp inter...

malJaj via All-commits all-commits at lists.llvm.org
Tue Mar 1 09:37:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7
      https://github.com/llvm/llvm-project/commit/6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7
  Author: Malhar Jajoo <malhar.jajoo at arm.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M openmp/runtime/src/include/omp_lib.h.var

  Log Message:
  -----------
  [Openmp]: Missing import statement in openmp interface for Fortran

Essentially removed the "use omp_lib_kinds" statement and replaced it
with import to maintain consistency (and avoid compilation error
in case the omp_lib_kinds.mod file is not accessible) in header file.

The import is required to access entities in host scoping unit.

Differential Revision: https://reviews.llvm.org/D120707




More information about the All-commits mailing list