[flang-commits] [flang] 6630cde - [flang][docs] Update release notes for OpenMP (#147988)
via flang-commits
flang-commits at lists.llvm.org
Fri Jul 11 04:18:38 PDT 2025
Author: Tom Eccles
Date: 2025-07-11T12:18:35+01:00
New Revision: 6630cde4e644f3b4147b984f9832c89fb3306698
URL: https://github.com/llvm/llvm-project/commit/6630cde4e644f3b4147b984f9832c89fb3306698
DIFF: https://github.com/llvm/llvm-project/commit/6630cde4e644f3b4147b984f9832c89fb3306698.diff
LOG: [flang][docs] Update release notes for OpenMP (#147988)
Co-authored-by: Kiran Chandramohan <kiranchandramohan at gmail.com>
Added:
Modified:
flang/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index b2dbbcb5630f4..dfaa2eb6e03fe 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -25,6 +25,8 @@ page](https://llvm.org/releases/).
## Major New Features
* Initial support for VOLATILE variables and procedure interface arguments has been added.
+* OpenMP support is stable and no longer considered experimental. All of OpenMP 3.1 is
+ supported, along with much of OpenMP 4.0 and some parts of later standards.
## Bug Fixes
More information about the flang-commits
mailing list