[PATCH] Add a Fuzzer library

Reid Kleckner rnk at google.com
Mon Jan 26 16:27:40 PST 2015


Looks good. Specifically, it doesn't seem worth trying to get access to any of the LLVM helpers I would suggest due to the desire to remain isolated.


================
Comment at: lib/Fuzzer/FuzzerFlags.h:1
@@ +1,2 @@
+//===- FuzzerFlags.cpp - Run-time flags -----------------------------------===//
+//
----------------
LLVM typically uses a .def suffix for such repeated include files. Also, you can change the header comment to match.

http://reviews.llvm.org/D7184

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list