Skip to content

Commit 1515131

Browse files
committed
[OpenMP] Add a missing dllexport for the new function __kmpc_fork_call_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.
1 parent 93c011e commit 1515131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openmp/runtime/src/dllexports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
__kmpc_for_static_init_4 136
229229
__kmpc_for_static_init_8 137
230230
__kmpc_fork_call 138
231+
__kmpc_fork_call_if 294
231232
__kmpc_global_num_threads 140
232233
__kmpc_global_thread_num 141
233234
__kmpc_in_parallel 142

0 commit comments

Comments
 (0)