[PATCH] D48054: [libFuzzer] Mutation tracking and logging implemented
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 14:48:57 PDT 2018
morehouse accepted this revision.
morehouse added inline comments.
================
Comment at: test/fuzzer/fuzzer-mutationstats.test:2
+RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-MutationStatsTest
+RUN: not %run %t-MutationStatsTest -print_final_stats=1 -print_mutation_stats=1 2>&1 | FileCheck %s
+
----------------
You should be able to remove `-print_final_stats=1` now.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48054
More information about the llvm-commits
mailing list