[clang] [llvm] [openmp] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 11:59:55 PDT 2025


================
@@ -364,7 +364,7 @@ implementation.
 +=============================================================+===========================+===========================+==========================================================================+
 | free-agent threads                                          | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| threadset clause                                            | :`worked on`              | :none:`unclaimed`         |                                                                          |
+| threadset clause                                            | :good:`done`              | :none:`unclaimed`         | https://github.com/llvm/llvm-project/pull/135807                         |
----------------
jprotze wrote:

Without a proper runtime implementation (more than the current stub), I would not consider this feature as done. At the moment the table does not distinguish compiler/runtime support, so the field should reflect the missing runtime part.

https://github.com/llvm/llvm-project/pull/135807


More information about the llvm-commits mailing list