[Openmp-commits] [PATCH] D159070: [OpenMP] Export __kmpc_set_thread_limit on Windows

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 29 13:23:12 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG81ecc887aa40: [OpenMP] Export __kmpc_set_thread_limit on Windows (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159070/new/

https://reviews.llvm.org/D159070

Files:
  openmp/runtime/src/dllexports


Index: openmp/runtime/src/dllexports
===================================================================
--- openmp/runtime/src/dllexports
+++ openmp/runtime/src/dllexports
@@ -1268,4 +1268,6 @@
 
 %endif
 
+__kmpc_set_thread_limit
+
 # end of file #


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159070.554471.patch
Type: text/x-patch
Size: 251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230829/a72abd68/attachment.bin>


More information about the Openmp-commits mailing list