[llvm-branch-commits] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)
Kevin Sala Penades via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Aug 9 22:53:01 PDT 2025
================
@@ -163,4 +163,8 @@ typedef enum omp_allocator_handle_t {
///}
+enum omp_access_t {
----------------
kevinsala wrote:
Actually there another value in the standard. Added and documented.
https://github.com/llvm/llvm-project/pull/152831
More information about the llvm-branch-commits
mailing list