From ae5b9567bc2f86fe83e5c59b3909dc8dcae30e2a Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 15 Jan 2016 06:24:05 +0000 Subject: [libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate flag (-use_memcmp, default=1) llvm-svn: 257873 --- llvm/lib/Fuzzer/FuzzerInternal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h') diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index 7d4de95afd9..6c16b7642e1 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -83,6 +83,7 @@ class Fuzzer { bool UseCounters = false; bool UseIndirCalls = true; bool UseTraces = false; + bool UseMemcmp = true; bool UseFullCoverageSet = false; bool Reload = true; bool ShuffleAtStartUp = true; -- cgit v1.2.3