[PATCH] D49460: Flush counters before forking to avoid counting the execution before fork twice
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 15:17:49 PDT 2018
davidxl requested changes to this revision.
davidxl added a comment.
This revision now requires changes to proceed.
Adding dependency on libdl is not desirable. I think you also need to change codegen (when coverage is on) to lower call to fork into call to the gcov version.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49460
More information about the llvm-commits
mailing list