[OpenMP] Add a missing dllexport for the new function __kmpc_fork_call_if
authorMartin Storsjö <martin@martin.st>
Wed, 14 Dec 2022 08:19:11 +0000 (10:19 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 14 Dec 2022 12:19:10 +0000 (14:19 +0200)
This new function was added in b72f1ec9fbb14cd7d2f5112d2c52ef5cdd1aa94a,
but wasn't exported from the DLL on Windows.

This fixes the parallel/omp_parallel_if.c OpenMP testcase on
Windows.

openmp/runtime/src/dllexports

index 0699e75..ec3c6dc 100644 (file)
     __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