[PATCH] D70910: [compiler-rt] Add a critical section when flushing gcov counters

Nathan Froyd via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 11:03:32 PST 2019


froydnj added a comment.

In D70910#1765583 <https://reviews.llvm.org/D70910#1765583>, @dmajor wrote:

> The extra setup/teardown work for Windows relative to Linux is unfortunate. How would you feel about using an SRWLock instead?


Are there minimum Windows version requirements for compiler-rt?  SRWLock is only available on Win7 forward, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70910





More information about the llvm-commits mailing list