diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-05-10 00:59:32 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-05-10 00:59:32 +0000 |
| commit | da96d92175f716ba2dd219f937bb26bdea126cbc (patch) | |
| tree | b81c5be9c2b30e9015f293f87b7c4f6462b470a0 /compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h | |
| parent | 2f67cbb62c988d50a3552f4b11cc5b8b4031d093 (diff) | |
| download | bcm5719-llvm-da96d92175f716ba2dd219f937bb26bdea126cbc.tar.gz bcm5719-llvm-da96d92175f716ba2dd219f937bb26bdea126cbc.zip | |
[libFuzzer] small refactoring in the driver; dummy implementation of collect_data_flow; attempt to fix the windows bot
llvm-svn: 360399
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h b/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h index 405845126d1..a45cb5819e7 100644 --- a/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h +++ b/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.h @@ -36,6 +36,10 @@ namespace fuzzer { +int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath, + const Vector<std::string> &CorpusDirs, + const Vector<std::string> &ExtraSeeds); + class BlockCoverage { public: bool AppendCoverage(std::istream &IN); |

