[PATCH] D50829: Update README and Dockerfile to include llvm-proto-fuzzer

Matt Morehouse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 15 17:50:18 PDT 2018


morehouse added inline comments.


================
Comment at: clang/tools/clang-fuzzer/README.txt:104
+To translate a cxx_loop_proto file into LLVM IR do:
+  bin/clang-loop-proto-to-llvm
+To translate a cxx_loop_proto file into C++ do:
----------------
`bin/clang-loop-proto-to-llvm CORPUS_OUTPUT_FILE`


================
Comment at: clang/tools/clang-fuzzer/README.txt:106
+To translate a cxx_loop_proto file into C++ do:
+  bin/clang-loop-proto-to-cxx
+
----------------
`bin/clang-loop-proto-to-cxx CORPUS_OUTPUT_FILE`


================
Comment at: clang/tools/clang-fuzzer/README.txt:111
+the fuzzer is not only compiling code, but also running it, as the inputs get
+large, the time necessary to fuzz one input can get very high.
----------------
Maybe add a sample cmake invocation?


Repository:
  rC Clang

https://reviews.llvm.org/D50829





More information about the cfe-commits mailing list