================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
