Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81ecc88

Browse files
committed
[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 08bbff4 / https://reviews.llvm.org/D152054. Differential Revision: https://reviews.llvm.org/D159070
1 parent f4bef78 commit 81ecc88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openmp/runtime/src/dllexports

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,4 +1268,6 @@ kmp_set_disp_num_buffers 890
12681268

12691269
%endif
12701270

1271+
__kmpc_set_thread_limit
1272+
12711273
# end of file #

0 commit comments

Comments
 (0)