[flang-commits] [flang] [flang][OpenMP] Support omx/ompx extension sentinels (PR #218475)
CHANDRA GHALE via flang-commits
flang-commits at lists.llvm.org
Wed Aug 26 06:28:34 PDT 2026
================
@@ -33,6 +33,12 @@ page](https://llvm.org/releases/).
## Non-comprehensive list of changes in this release
+- Added support for the OpenMP implementation-defined extension sentinels
+ (OpenMP 5.2, section 3.1): `!$omx`, `c$omx` and `*$omx` in fixed source form
+ and `!$ompx` in free source form. These sentinels are recognized like their
+ `omp` counterparts when OpenMP is enabled.
+
+## New Compiler Flags
----------------
chandraghale wrote:
Good catch - removed the stray header from the merge conflict
https://github.com/llvm/llvm-project/pull/218475
More information about the flang-commits
mailing list