[PATCH] D36324: Integrate Kostya's clang-proto-fuzzer with LLVM.

Kostya Serebryany via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 13:03:29 PDT 2017


kcc accepted this revision.
kcc added a comment.

LGTM with a couple if nits in the README

Thanks!



================
Comment at: clang/tools/clang-fuzzer/README.txt:11
+class, producing valid C++ programs in the process.  As a result,
+clang-proto-fuzzer is better at stressing deeper layers of Clang.
+
----------------
.. of of Clang and LLVM


================
Comment at: clang/tools/clang-fuzzer/README.txt:36
+=========================================
+Install the necessary dependencies:
+- binutils  // needed for libprotobuf-mutator
----------------
(linux-only instructions)


================
Comment at: clang/tools/clang-fuzzer/README.txt:51
+
+Then build the clang-proto-fuzzer target.
+
----------------
You may also build clang-fuzzer with this setup 


https://reviews.llvm.org/D36324





More information about the cfe-commits mailing list