[clang] [flang] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)

Alex Duran via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 11 04:55:02 PST 2025


================
@@ -454,6 +454,22 @@ void omp_free(void *ptr, omp_allocator_handle_t allocator) {
 #endif
 }
 
+void *omp_get_dyn_groupprivate_ptr(size_t offset, int *is_fallback,
+                                   omp_access_t access_group) {
+  i;
----------------
adurang wrote:

we should set is_fallback to 0 here too (if not null).

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


More information about the cfe-commits mailing list