[PATCH] D53593: [GCOV] Flush counters before forking to avoid counting the execution before fork twice

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 11:16:24 PST 2018


calixte updated this revision to Diff 172800.
calixte added a comment.

Fix comments from vsk and handle exec** functions too.


Repository:
  rL LLVM

https://reviews.llvm.org/D53593

Files:
  include/llvm/Analysis/TargetLibraryInfo.def
  lib/Analysis/TargetLibraryInfo.cpp
  lib/Transforms/Instrumentation/GCOVProfiling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53593.172800.patch
Type: text/x-patch
Size: 6288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/33312df8/attachment.bin>


More information about the llvm-commits mailing list