diff options
author | van Hauser <vh@thc.org> | 2020-08-20 18:57:05 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-20 18:57:05 +0200 |
commit | 4ce5ed370a1c18c8c7d7f6ad4fa029a34e1326e4 (patch) | |
tree | 107c1d6e552c01001d6c53f20376b3ef46673e31 /llvm_mode/afl-llvm-pass.so.cc | |
parent | f7bac482e9bae7b835ef014dabcea87408d80880 (diff) | |
download | afl++-4ce5ed370a1c18c8c7d7f6ad4fa029a34e1326e4.tar.gz |
LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO autodict for cmplog binaries
Diffstat (limited to 'llvm_mode/afl-llvm-pass.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-pass.so.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc index 0206080f..86c6f3c6 100644 --- a/llvm_mode/afl-llvm-pass.so.cc +++ b/llvm_mode/afl-llvm-pass.so.cc @@ -182,10 +182,6 @@ bool AFLCoverage::runOnModule(Module &M) { #endif skip_nozero = getenv("AFL_LLVM_SKIP_NEVERZERO"); - if (getenv("AFL_LLVM_INSTRIM_SKIPSINGLEBLOCK") || - getenv("AFL_LLVM_SKIPSINGLEBLOCK")) - function_minimum_size = 2; - unsigned PrevLocSize = 0; char *ngram_size_str = getenv("AFL_LLVM_NGRAM_SIZE"); |