GCC r187297 (2012-05) introduced __gcov_dump and __gcov_reset.
`__gcov_flush = __gcov_dump + __gcov_reset`
https://gcc.gnu.org/PR93623 (target GCC 11.0) removed the unuseful and undocumented __gcov_flush.
Differential D83149
[gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flush MaskRay on Jul 3 2020, 5:01 PM. Authored by
Details GCC r187297 (2012-05) introduced __gcov_dump and __gcov_reset. `__gcov_flush = __gcov_dump + __gcov_reset` https://gcc.gnu.org/PR93623 (target GCC 11.0) removed the unuseful and undocumented __gcov_flush.
Diff Detail
Event TimelineComment Actions Some nit-picking, lgtm otherwise. Please wait for @calixte review though :-)
Comment Actions compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov is clumsy to update. The filename is also wrong: gcov has nothing to do with instrprof. I'll update the tests separately like my fba8523fb55c8e3bc853df7a250845cf51e5fc99 |