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

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 26 14:42:06 PDT 2018


davidxl added a comment.

GCC's behavior is not documented and it also has changed over the years.

Unless there is a bug, changing LLVM's gcov_flush visibility can potentially break clients that depend on this behavior.


https://reviews.llvm.org/D45454





More information about the cfe-commits mailing list