[Openmp-commits] [PATCH] D152054: [OpenMP] Codegen support for thread_limit on target directive
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 28 13:45:35 PDT 2023
mstorsjo added subscribers: vadikp-intel, natgla.
mstorsjo added a comment.
In D152054#4620927 <https://reviews.llvm.org/D152054#4620927>, @mstorsjo wrote:
> This new test is failing on Windows, due to `__kmpc_set_thread_limit` not being exported - see e.g. https://github.com/mstorsjo/llvm-mingw/actions/runs/5994183421/job/16264501555. Can someone add it to `openmp/runtime/src/dllexports`?
CC @vadikp-intel @natgla about this. What's the procedure for allocating new ordinal numbers for new exported functions here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152054/new/
https://reviews.llvm.org/D152054
More information about the Openmp-commits
mailing list