[PATCH] D138495: [openmp][mlir] Lower parallel if to new fork_call_if function.
David Truby via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 06:57:54 PST 2022
DavidTruby added inline comments.
================
Comment at: openmp/runtime/src/kmp.h:3904
kmpc_micro microtask, ...);
+KMP_EXPORT void __kmpc_fork_call_if(ident_t *loc, kmp_int32 nargs,
+ kmpc_micro microtask, kmp_int32 cond,
----------------
mstorsjo wrote:
> This new function needs to be added to the `dllexports` file to make it available and usable on Windows.
Ok, I can add that; do you have any clue how the numbers for functions are chosen in that file? I don't really understand how dll exporting works on Windows
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138495/new/
https://reviews.llvm.org/D138495
More information about the llvm-commits
mailing list