Skip to content

Commit

Permalink
[OpenMP] Export __kmpc_set_thread_limit on Windows
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mstorsjo committed Aug 29, 2023
1 parent f4bef78 commit 81ecc88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmp/runtime/src/dllexports
Original file line number Diff line number Diff line change
Expand Up @@ -1268,4 +1268,6 @@ kmp_set_disp_num_buffers 890

%endif

__kmpc_set_thread_limit

# end of file #

0 comments on commit 81ecc88

Please sign in to comment.