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

David Li via Phabricator via cfe-commits cfe-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 cfe-commits mailing list