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

Igor Laevsky via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 10:11:50 PDT 2017


One thing we'll run into with OSSFuzz is that we can't really pass
arguments at all there, so we'll probably have to do something like we
do in isel-fuzzer to accept some flags via argv[0]. It's a pretty
awkward solution, I know, but it's the simplest way to get going on
OSSFuzz at this point.


Yes, thanks. That’s was my plan but I decided to leave it out for the initial implementation. One thing I was curious about is that how temporary this solution is? Can we expect to someday be able to normally pass parameters?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/8ea4e532/attachment.html>


More information about the llvm-commits mailing list