[PATCH] D131830: [OpenMP] Clang Support for taskwait nowait clause

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 06:08:48 PST 2022


mstorsjo added a comment.

In D131830#3985449 <https://reviews.llvm.org/D131830#3985449>, @koops wrote:

> Martin Storsjö (or anybody who works on windows) I have uploaded a new patch which has __kmpc_omp_taskwait_51 in dllexports. Can you please check the patch on windows?

Thanks, now this seems to work fine for me! (There seems to be another unrelated regression at the same time though, regarding the symbol `__kmpc_fork_call_if`.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131830/new/

https://reviews.llvm.org/D131830



More information about the llvm-commits mailing list