diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-23 00:46:18 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-23 00:46:18 +0000 |
commit | ab73c6924f56f47ddf7ca41de467e5d2b255fe30 (patch) | |
tree | 2f0e7b676cca69155ebcda35cf0ccc2cdfb55bfa /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | e190cd28340360a4526754185d22c3972878be79 (diff) | |
download | bcm5719-llvm-ab73c6924f56f47ddf7ca41de467e5d2b255fe30.tar.gz bcm5719-llvm-ab73c6924f56f47ddf7ca41de467e5d2b255fe30.zip |
[libFuzzer] move value profiling logic into TracePC
llvm-svn: 282219
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index 12a160d2296..7574e22347f 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -29,10 +29,6 @@ namespace fuzzer { using namespace std::chrono; -// See FuzzerTraceState.cpp -void EnableValueProfile(); -bool VPMapMergeFromCurrent(ValueBitMap &M); - class Fuzzer { public: |