projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c011e
)
[OpenMP] Add a missing dllexport for the new function __kmpc_fork_call_if
author
Martin Storsjö
<martin@martin.st>
Wed, 14 Dec 2022 08:19:11 +0000
(10:19 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/openmp/runtime/src/dllexports
b/openmp/runtime/src/dllexports
index
0699e75
..
ec3c6dc
100644
(file)
--- a/
openmp/runtime/src/dllexports
+++ b/
openmp/runtime/src/dllexports
@@
-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