diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerOptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h index 09b2cdec945..04a44d8c9ff 100644 --- a/llvm/lib/Fuzzer/FuzzerOptions.h +++ b/llvm/lib/Fuzzer/FuzzerOptions.h @@ -31,6 +31,7 @@ struct FuzzingOptions { bool UseMemcmp = true; bool UseMemmem = true; bool UseValueProfile = false; + bool Shrink = false; bool Reload = true; bool ShuffleAtStartUp = true; bool PreferSmall = true; @@ -41,6 +42,7 @@ struct FuzzingOptions { std::string ArtifactPrefix = "./"; std::string ExactArtifactPath; std::string ExitOnSrcPos; + std::string ExitOnItem; bool SaveArtifacts = true; bool PrintNEW = true; // Print a status line when new units are found; bool OutputCSV = false; |