[OpenMP] Add __kmpc_omp_target_task_alloc to dllexport
authorHansang Bae <hansang.bae@intel.com>
Thu, 3 Dec 2020 23:52:07 +0000 (17:52 -0600)
committerHansang Bae <hansang.bae@intel.com>
Fri, 4 Dec 2020 14:11:14 +0000 (08:11 -0600)
This patch enables use of the entry on Windows.

Differential Revision: https://reviews.llvm.org/D92618

openmp/runtime/src/dllexports

index da5a0c6..6e41376 100644 (file)
@@ -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.