[clang] [OpenMP] Claims omp_target_is_accessible as worked on (PR #151507)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 31 05:37:23 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (nicebert)

<details>
<summary>Changes</summary>

Includes link to current PR.
Spec requires minor clarification.

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


1 Files Affected:

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


``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 58cd10ad4d8fa..76a3d2a5d24f1 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -256,7 +256,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device                       | device-specific environment variables                        | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device                       | omp_target_is_accessible routine                             | :none:`unclaimed`        |                                                                       |
+| device                       | omp_target_is_accessible routine                             | :part:`worked on`        | https://github.com/llvm/llvm-project/pull/138294                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device                       | omp_get_mapped_ptr routine                                   | :good:`done`             | D141545                                                               |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

``````````

</details>


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


More information about the cfe-commits mailing list