[Openmp-commits] [openmp] 81ecc88 - [OpenMP] Export __kmpc_set_thread_limit on Windows

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


Author: Martin Storsjö
Date: 2023-08-29T23:22:21+03:00
New Revision: 81ecc887aa403df679d45469d748cb3951e22ae7

URL: https://github.com/llvm/llvm-project/commit/81ecc887aa403df679d45469d748cb3951e22ae7
DIFF: https://github.com/llvm/llvm-project/commit/81ecc887aa403df679d45469d748cb3951e22ae7.diff

LOG: [OpenMP] Export __kmpc_set_thread_limit on Windows

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

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

Added: 
    

Modified: 
    openmp/runtime/src/dllexports

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/src/dllexports b/openmp/runtime/src/dllexports
index f740f29346ae2e..e69cf6670e8148 100644
--- a/openmp/runtime/src/dllexports
+++ b/openmp/runtime/src/dllexports
@@ -1268,4 +1268,6 @@ kmp_set_disp_num_buffers                    890
 
 %endif
 
+__kmpc_set_thread_limit
+
 # end of file #


        


More information about the Openmp-commits mailing list