This is an archive of the discontinued LLVM Phabricator instance.

Update README and Dockerfile to include llvm-proto-fuzzer
ClosedPublic

Authored by emmettneyman on Aug 15 2018, 5:45 PM.

Details

Summary

Added commands to Dockerfile to build llvm-proto-fuzzer and the other related tools. Also added a section to the bottom of the README describing what llvm-proto-fuzzer does and how to run it.

Diff Detail

Event Timeline

emmettneyman created this revision.Aug 15 2018, 5:45 PM

Is there anything I should add to the documentation? Anything I should remove?

morehouse added inline comments.Aug 15 2018, 5:50 PM
clang/tools/clang-fuzzer/README.txt
104

bin/clang-loop-proto-to-llvm CORPUS_OUTPUT_FILE

106

bin/clang-loop-proto-to-cxx CORPUS_OUTPUT_FILE

111

Maybe add a sample cmake invocation?

Added to README

morehouse accepted this revision.Aug 16 2018, 11:50 AM
This revision is now accepted and ready to land.Aug 16 2018, 11:50 AM

Rebased and ready to land

This revision was automatically updated to reflect the committed changes.