From c4a22224d97120df55f5d1d753e7f839fdb1da2f Mon Sep 17 00:00:00 2001 From: Hansang Bae Date: Thu, 3 Dec 2020 17:52:07 -0600 Subject: [PATCH] [OpenMP] Add __kmpc_omp_target_task_alloc to dllexport This patch enables use of the entry on Windows. Differential Revision: https://reviews.llvm.org/D92618 --- openmp/runtime/src/dllexports | 1 + 1 file changed, 1 insertion(+) diff --git a/openmp/runtime/src/dllexports b/openmp/runtime/src/dllexports index da5a0c6..6e41376 100644 --- a/openmp/runtime/src/dllexports +++ b/openmp/runtime/src/dllexports @@ -387,6 +387,7 @@ kmpc_set_disp_num_buffers 267 __kmpc_task_allow_completion_event 276 __kmpc_taskred_init 277 __kmpc_taskred_modifier_init 278 + __kmpc_omp_target_task_alloc 279 %endif # User API entry points that have both lower- and upper- case versions for Fortran. -- 2.7.4