[flang-commits] [PATCH] D127316: [flang][runtime] Remove dependency on C++ <mutex> on Windows

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jun 8 13:05:30 PDT 2022


klausler added a comment.

This patch oversimplifies the code, making it work only for WIN32 and with pthreads, but no longer with C++ mutexes.


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

https://reviews.llvm.org/D127316



More information about the flang-commits mailing list