[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 03:59:34 PDT 2015


dsanders created this revision.
dsanders added a subscriber: llvm-commits.

Only the disassembler is supported in this patch but it has already found a few
issues in the Mips disassembler (mostly invalid instructions being successfully
disassembled).

http://reviews.llvm.org/D12723

Files:
  tools/llvm-mc-fuzzer/
  tools/llvm-mc-fuzzer/CMakeLists.txt
  tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12723.34315.patch
Type: text/x-patch
Size: 4782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150909/c41a01b3/attachment.bin>


More information about the llvm-commits mailing list