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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 09:23:41 PDT 2015


kcc accepted this revision.
kcc added a reviewer: kcc.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM, thanks for doing this!


================
Comment at: tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp:127
@@ +126,3 @@
+  else if (Action == AC_Disassemble)
+    TestOneInput = DisassembleOneInput;
+  else
----------------
I would just call fuzzer::FuzzerDriver and not create the "TestOneInput" temporary. 
But feel free to ignore this comment. 


http://reviews.llvm.org/D12723





More information about the llvm-commits mailing list