[PATCH] D14600: -output_csv libfuzzer option

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 17:29:28 PST 2015


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

LGTM with one nit


================
Comment at: lib/Fuzzer/FuzzerLoop.cpp:440
@@ -427,1 +439,3 @@
+
+  PrintStats("DONE  ", "");
 }
----------------
Why "" as second param? It will not terminate the line


http://reviews.llvm.org/D14600





More information about the llvm-commits mailing list