[PATCH] D45454: Add llvm_gcov_flush to be called outside a shared library
Marco Castelluccio via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 29 11:06:53 PDT 2018
marco-c added a comment.
Why keeping a __gcov_flush which is incompatible with GCC and previous versions of LLVM and adding a __llvm_gcov_flush which is compatible? I feel the other way around (or even just having an unhidden "__gcov_flush" and not introducing "__llvm_gcov_flush") would be more sensible.
https://reviews.llvm.org/D45454
More information about the cfe-commits
mailing list