[libFuzzer] small refactoring in the driver; dummy implementation of collect_data_flow; attempt to fix the windows bot
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@360399 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/FuzzerDataFlowTrace.h b/FuzzerDataFlowTrace.h
index 4058451..a45cb58 100644
--- a/FuzzerDataFlowTrace.h
+++ b/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);