[PATCH] D13752: [LibFuzzer] Do not write crash unit file for single input

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 14:26:10 PDT 2015


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

LGTM, except for the variable name. 
Let me commit this.


================
Comment at: lib/Fuzzer/FuzzerDriver.cpp:280
@@ -279,2 +279,3 @@
     Printf("Dictionary: %zd entries\n", Options.Dictionary.size());
+  Options.SaveUnits = !Flags.test_single_input;
 
----------------
SaveArtifacts


http://reviews.llvm.org/D13752





More information about the llvm-commits mailing list