Author: Hansang Bae Date: 2020-12-04T08:11:14-06:00 New Revision: c4a22224d97120df55f5d1d753e7f839fdb1da2f
URL: https://github.com/llvm/llvm-project/commit/c4a22224d97120df55f5d1d753e7f839fdb1da2f DIFF: https://github.com/llvm/llvm-project/commit/c4a22224d97120df55f5d1d753e7f839fdb1da2f.diff LOG: [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 Added: Modified: openmp/runtime/src/dllexports Removed: ################################################################################ diff --git a/openmp/runtime/src/dllexports b/openmp/runtime/src/dllexports index da5a0c6e04d2..6e41376a16b9 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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits