[all-commits] [llvm/llvm-project] d12ae7: [OpenMP] Fix accidental addition of use omp_lib_kinds
Jonathan Peyton via All-commits
all-commits at lists.llvm.org
Thu Feb 25 10:54:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d12ae7db9973d1aeb21849fadba1c612c0fd0590
https://github.com/llvm/llvm-project/commit/d12ae7db9973d1aeb21849fadba1c612c0fd0590
Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M openmp/runtime/src/include/omp_lib.h.var
Log Message:
-----------
[OpenMP] Fix accidental addition of use omp_lib_kinds
Fortran header accidentally had use omp_lib_kinds added inside a
subroutine and function. This patch removes the lines.
More information about the All-commits
mailing list