[PATCH] D39555: Introduce llvm-opt-fuzzer for fuzzing optimization passes
Igor Laevsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 07:02:14 PST 2017
igor-laevsky updated this revision to Diff 122243.
igor-laevsky added a comment.
Added separate function to parse exec encoded options. It's almost direct copy of the backend variant, but I hope to refactor it in a follow up changes.
https://reviews.llvm.org/D39555
Files:
docs/FuzzingLLVM.rst
include/llvm/FuzzMutate/FuzzerCLI.h
lib/FuzzMutate/FuzzerCLI.cpp
tools/llvm-opt-fuzzer/CMakeLists.txt
tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39555.122243.patch
Type: text/x-patch
Size: 12765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/3cfc3cb6/attachment.bin>
More information about the llvm-commits
mailing list