[PATCH] D74953: [profile] Don't dump counters when forking and don't reset when calling exec** functions

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 06:51:36 PST 2020


calixte updated this revision to Diff 245843.
calixte marked 4 inline comments as done.
calixte added a comment.

Add more comments to explain why we need to lock around the fork


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74953

Files:
  clang/lib/Driver/ToolChains/Darwin.cpp
  compiler-rt/lib/profile/GCDAProfiling.c
  llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74953.245843.patch
Type: text/x-patch
Size: 13145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200221/bc8c219b/attachment.bin>


More information about the llvm-commits mailing list