[PATCH] D48538: Make __gcov_flush flush counters for all shared libraries

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 20:54:41 PDT 2018


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

LGTM ( watch out any potential breakages)



================
Comment at: lib/profile/GCDAProfiling.c:152
+      free(curr);
+      curr = NULL;
+    } else {
----------------
this is not needed.


https://reviews.llvm.org/D48538





More information about the llvm-commits mailing list