[PATCH] D53593: [GCOV] Flush counters before to avoid counting the execution before fork twice and for exec** functions we must flush before the call
calixte via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 05:29:50 PST 2018
calixte updated this revision to Diff 172928.
calixte added a comment.
Handle execve, fix issues with execvp and remove _WIN32.
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.172928.patch
Type: text/x-patch
Size: 5881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/b2e30fa6/attachment-0001.bin>
More information about the llvm-commits
mailing list