[PATCH] D45454: Make __gcov_flush visible outside a shared library

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 08:52:43 PDT 2018


davidxl added a comment.

With this change,  gcov_flush will resolve to the copy in the main executable for each shared library -- this is not the desired the behavior.


https://reviews.llvm.org/D45454





More information about the llvm-commits mailing list