[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 00:33:41 PDT 2023


mstorsjo created this revision.
mstorsjo added reviewers: sandeepkosuri, vadikp-intel, natgla, tianshilei1992.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: jplehr, sstefan1.
Herald added a project: OpenMP.

This fixes the new test target/target_thread_limit.cpp on
Windows, which was added recently in
08bbff4aad57c70a38d5d2680a61901977e66637 <https://reviews.llvm.org/rG08bbff4aad57c70a38d5d2680a61901977e66637> / https://reviews.llvm.org/D152054.


Repository:
  rG LLVM Github Monorepo

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.554207.patch
Type: text/x-patch
Size: 251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230829/9e226aea/attachment.bin>


More information about the Openmp-commits mailing list