[Openmp-commits] [PATCH] D92618: [OpenMP] Add __kmpc_omp_target_task_alloc to dllexport

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 3 16:10:18 PST 2020


hbae created this revision.
hbae added reviewers: AndreyChurbanov, jlpeyton, tlwilmar.
hbae added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
hbae requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

This patch enables use of the entry on Windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92618

Files:
  openmp/runtime/src/dllexports


Index: openmp/runtime/src/dllexports
===================================================================
--- openmp/runtime/src/dllexports
+++ openmp/runtime/src/dllexports
@@ -387,6 +387,7 @@
         __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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92618.309398.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201204/b58047b2/attachment.bin>


More information about the Openmp-commits mailing list