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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 18:20:36 PST 2019


kcc added a comment.

>> E.g. we have -print_stats that prints machine-readable output, we can do something like that and guarantee it doesn't change.
> 
> We want the user to also have user-readable output, though.

-print_stats's output is both human- and machine- readable. 
It's just an example. We can similarly print the artifact name in a separate line and set the output format in stone (or declare the current output to be set in stone, make sure there is a test for it, and comment the test to ensure we don't break it)


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