[PATCH] D70738: [libFuzzer] Add custom output function

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 17:20:55 PST 2019


kcc added a comment.

I'd prefer to not overload the public interface and this use-case sounds a bit too corner-case-ish. 
Am I wrong?

Also, this seems to be only important for interactive use of libFuzzer. 
Can it be made outside of libFuzzer somehow?


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70738/new/

https://reviews.llvm.org/D70738





More information about the llvm-commits mailing list