[PATCH] D12723: llvm-mc-fuzzer: A fuzzing tool for the MC layer.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 04:00:16 PDT 2015


dsanders added a comment.

The recent threads on libFuzzer inspired me to try it out and llvm-mc-fuzzer is
the result. It seems to be useful and has already found a few issues with the
Mips disassembler, so I thought I'd post the patch to see if there's interest
in bringing this upstream.


http://reviews.llvm.org/D12723





More information about the llvm-commits mailing list