https://github.com/kevinsala updated 
https://github.com/llvm/llvm-project/pull/155651

>From d816064c37982addc287bc73c272b4f3c19a9882 Mon Sep 17 00:00:00 2001
From: Kevin Sala <salapenad...@llnl.gov>
Date: Wed, 27 Aug 2025 09:30:14 -0700
Subject: [PATCH] [docs][OpenMP] Add docs section for OpenMP 6.1 implementation
 status

---
 clang/docs/OpenMPSupport.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 2b510747bea90..adb14c21a4d38 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -483,6 +483,26 @@ implementation.
 | Changes to omp_target_is_accessible                         | :part:`In 
Progress`       | :part:`In Progress`       |                                   
                                       |
 
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 
+
+.. _OpenMP 6.1 implementation details:
+
+OpenMP 6.1 Implementation Details (Experimental)
+================================================
+
+The following table provides a quick overview over various OpenMP 6.1 features
+and their implementation status. Since OpenMP 6.1 has not yet been released, 
the
+following features are experimental and are subject to change at any time.
+Please post on the `Discourse forums (Runtimes - OpenMP category)`_ for more
+information or if you want to help with the
+implementation.
+
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+|Feature                                                      | C/C++ Status   
           | Fortran Status            | Reviews                                
                                  |
++=============================================================+===========================+===========================+==========================================================================+
+|                                                             |                
           |                           |                                        
                                  |
++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
+
+
 OpenMP Extensions
 =================
 

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to