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

Marco Castelluccio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 14:58:59 PDT 2018


marco-c added a comment.

There's a problem that I hadn't noticed while running tests (as they all pass), but is noticeable when building a standalone source file.
The interception library is using functions from libdl (dlsym and dlvsym), which can't be resolved unless you build with "-ldl".


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49460





More information about the llvm-commits mailing list