Skip to content

Commit

Permalink
[OpenMP] Add a missing dllexport for the new function __kmpc_fork_cal…
Browse files Browse the repository at this point in the history
…l_if

This new function was added in b72f1ec,
but wasn't exported from the DLL on Windows.

This fixes the parallel/omp_parallel_if.c OpenMP testcase on
Windows.
  • Loading branch information
mstorsjo committed Dec 14, 2022
1 parent 93c011e commit 1515131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmp/runtime/src/dllexports
Expand Up @@ -228,6 +228,7 @@
__kmpc_for_static_init_4 136
__kmpc_for_static_init_8 137
__kmpc_fork_call 138
__kmpc_fork_call_if 294
__kmpc_global_num_threads 140
__kmpc_global_thread_num 141
__kmpc_in_parallel 142
Expand Down

0 comments on commit 1515131

Please sign in to comment.