From: Hansang Bae Date: Thu, 3 Dec 2020 23:52:07 +0000 (-0600) Subject: [OpenMP] Add __kmpc_omp_target_task_alloc to dllexport X-Git-Tag: llvmorg-13-init~4369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4a22224d97120df55f5d1d753e7f839fdb1da2f;p=platform%2Fupstream%2Fllvm.git [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 --- 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.