[PATCH] D11072: Implement tool to convert bitcode to text.
Kostya Serebryany
kcc at google.com
Thu Jul 9 14:25:49 PDT 2015
kcc added a comment.
In http://reviews.llvm.org/D11072#202331, @kschimpf wrote:
> I believe so, but haven't tried it yet. I will be on vacation next week,
> but will look into this further when I get back on the 20th.
I don't want to block you on this, but my first question is whether we need this change to fuzz using libFuzzer at all.
If I were doing a mutator for llvm bit code, I'd probably do something different.
We even have an interface for custom mutators:
https://github.com/llvm-mirror/llvm/blob/master/lib/Fuzzer/FuzzerInterface.h#L51
Another story is if we also have to support afl-fuzz, w/o adding features to afl-fuzz.
http://reviews.llvm.org/D11072
More information about the llvm-commits
mailing list