[Openmp-commits] [PATCH] D77609: [OpenMP] Added the support for hidden helper task in RTL

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jan 17 23:09:14 PST 2021


mstorsjo added a comment.

This broke building OpenMP for windows; all the new helper functions, like `__kmp_hidden_helper_threads_initz_wait`, that are added in z_Linux_util.cpp would need to be added similarly to z_Windows_NT_util.cpp. What do you propose doing - revert the patch for now until that's in place?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77609



More information about the Openmp-commits mailing list