diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index 8363ef020b2..f085f94d612 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -53,6 +53,7 @@ class Fuzzer { int MutateDepth = 5; bool ExitOnFirst = false; bool UseCounters = false; + bool UseTraces = false; bool UseFullCoverageSet = false; bool UseCoveragePairs = false; bool UseDFSan = false; |