[PATCH] D16374: [sancov] generating html report on coverage dump

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 13:43:29 PST 2016


aizatsky added a comment.

all done.


================
Comment at: lib/sanitizer_common/sanitizer_coverage_libcdep.cc:800
@@ +799,3 @@
+      if (result == 0) {
+        VReport(1, " CovDump: html report generated to %s (%d)\n",
+                report_path.data(), result);
----------------
samsonov wrote:
> Don't you want to log unsuccessful attempt to generate html?
StartSubprocess & WaitForPid have logging inside. I was relying on those. 


http://reviews.llvm.org/D16374





More information about the llvm-commits mailing list