[PATCH] D45454: Make __gcov_flush visible outside a shared library
David Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 11 09:09:18 PDT 2018
davidxl added a comment.
The behavior will change if the shared libraries are not 'dlopen'ed but loaded at program startup time.
https://reviews.llvm.org/D45454
More information about the cfe-commits
mailing list