[PATCH] D39555: Introduce llvm-opt-fuzzer for fuzzing optimization passes

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 11:57:59 PDT 2017


kcc added a comment.

Answering the questions from e-mail (not on the code review tool): OSS-Fuzz does not support run-time flags and we don't plan to -- it will complicate so many things on our side and it will also encourage heavy-weight fuzzers (like this one). 
So, yes, if we want this on oss-fuzz, it should require no flags (same hack as llmv-isel-fuzzer--foo-bar is ok).


https://reviews.llvm.org/D39555





More information about the llvm-commits mailing list