diff options
| author | Matt Morehouse <mascasa@google.com> | 2019-10-01 22:49:06 +0000 |
|---|---|---|
| committer | Matt Morehouse <mascasa@google.com> | 2019-10-01 22:49:06 +0000 |
| commit | 1c8e05110c01254fc26ca3db90e9d8518957d815 (patch) | |
| tree | b7d9703f81d1ec19c2cade46c8a19f573da0e3ad /compiler-rt/lib/fuzzer/FuzzerUtil.h | |
| parent | 9b36c1cf278b44d3ac039e60dca93df793d280cd (diff) | |
| download | bcm5719-llvm-1c8e05110c01254fc26ca3db90e9d8518957d815.tar.gz bcm5719-llvm-1c8e05110c01254fc26ca3db90e9d8518957d815.zip | |
[libFuzzer] Remove lazy counters.
Summary: Lazy counters haven't improved performance for large fuzz targets.
Reviewers: kcc
Reviewed By: kcc
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D67476
llvm-svn: 373403
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerUtil.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerUtil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerUtil.h b/compiler-rt/lib/fuzzer/FuzzerUtil.h index 0a127911df3..85c5571d684 100644 --- a/compiler-rt/lib/fuzzer/FuzzerUtil.h +++ b/compiler-rt/lib/fuzzer/FuzzerUtil.h @@ -52,8 +52,6 @@ void SetSignalHandler(const FuzzingOptions& Options); void SleepSeconds(int Seconds); -bool Mprotect(void *Ptr, size_t Size, bool AllowReadWrite); - unsigned long GetPid(); size_t GetPeakRSSMb(); |

