[all-commits] [llvm/llvm-project] d5b2e4: [OpenMP][omp_lib] Restore compatibility with more ...
Paul Osmialowski via All-commits
all-commits at lists.llvm.org
Thu Jan 18 03:06:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5b2e41e208a1176212f0a08313d2a3dad5e5bb6
https://github.com/llvm/llvm-project/commit/d5b2e41e208a1176212f0a08313d2a3dad5e5bb6
Author: Paul Osmialowski <pawel.osmialowski at arm.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M openmp/runtime/src/include/omp_lib.h.var
Log Message:
-----------
[OpenMP][omp_lib] Restore compatibility with more restrictive Fortran compilers (#77780)
The most recent changes to `omp_lib.h.var` have re-introduced some
compatibility issues that had to be fixed due to the similar changes in
the past. Namely:
1. D120707 has removed the "use omp_lib_kinds" statement and replaced it
with import
2. D114537 added line continuation to the long lines
This patch introduces the same kind of changes in order to restore
compatibility with some more restrictive Fortran compilers so their
users could still benefit from the LLVM's OpenMP Fortran library.
More information about the All-commits
mailing list