llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (SunilKuravinakop)

<details>
<summary>Changes</summary>

threadset clause is part of free-agent threads. But, free-agent threads also 
involves runtime implementation. So, added an separate entry for threadset 
clause and claimed it for clang.

---
Full diff: https://github.com/llvm/llvm-project/pull/126023.diff


1 Files Affected:

- (modified) clang/docs/OpenMPSupport.rst (+2) 


``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 673c34bf08a4a4..8a7fc0f0970880 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -363,6 +363,8 @@ implementation.
 |Feature                                                      | C/C++ Status   
           |  Fortran Status           | Reviews                                
                                  |
 
+=============================================================+===========================+===========================+==========================================================================+
 | free-agent threads                                          | 
:none:`unclaimed`         | :none:`unclaimed`         |                         
                                                 |
++=============================================================+===========================+===========================+==========================================================================+
+| threadset clause                                            | :`worked on`   
           | :none:`unclaimed`         |                                        
                                  |
 
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | Recording of task graphs                                    | 
:none:`unclaimed`         | :none:`unclaimed`         |                         
                                                 |
 
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

``````````

</details>


https://github.com/llvm/llvm-project/pull/126023
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to