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

Igor Laevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 10:17:52 PST 2017


igor-laevsky added a comment.

In https://reviews.llvm.org/D39555#924678, @kcc wrote:

> First trophy: 
>  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4210
>  Looks real. Did you see it?


Wow, that's cool :) I haven't seen this failure, think it's a new one.

> Ideally, a fuzz target would have an optional extra build rule. 
>  that will create ${FUZZ_TARGET_NAME}_seed_corpus.zip so that 
>  in https://github.com/google/oss-fuzz/blob/master/projects/llvm/build.sh
>  we just copy all such files to $OUT

Thanks, I was just wondering on how to better handle corpus creation.


Repository:
  rL LLVM

https://reviews.llvm.org/D39555





More information about the llvm-commits mailing list