diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-05-23 00:22:46 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-05-23 00:22:46 +0000 |
| commit | b7cc3d9953312b1f31b673429fcd49864cae118b (patch) | |
| tree | 48338cb7ce5c0696ca543e9b5fb80bf990dc38aa /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 020d7f1abbcbdf1e3b72140d77c8e63a0280add7 (diff) | |
| download | bcm5719-llvm-b7cc3d9953312b1f31b673429fcd49864cae118b.tar.gz bcm5719-llvm-b7cc3d9953312b1f31b673429fcd49864cae118b.zip | |
[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode if -collect_data_flow= is given
llvm-svn: 361448
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index d48439daaf4..687f2ffa732 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -51,6 +51,7 @@ struct FuzzingOptions { std::string ExitOnItem; std::string FocusFunction; std::string DataFlowTrace; + std::string CollectDataFlow; std::string FeaturesDir; bool SaveArtifacts = true; bool PrintNEW = true; // Print a status line when new units are found; |

