diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-03-08 09:50:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 09:50:18 +0100 |
commit | c96fca6833a78e833e0ccb3d08bff8fbd47ce40a (patch) | |
tree | 78bf0bd5d8b833b3f45d002c4ac8425a8797aa0a /instrumentation/LLVMInsTrim.so.cc | |
parent | 9b3d8c327d33191b181219ffce411b40bdbe8902 (diff) | |
parent | c429021de10cf01878bd2150cc68c6b403db9335 (diff) | |
download | afl++-c96fca6833a78e833e0ccb3d08bff8fbd47ce40a.tar.gz |
Merge pull request #779 from AFLplusplus/top-k-ctx
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
Diffstat (limited to 'instrumentation/LLVMInsTrim.so.cc')
-rw-r--r-- | instrumentation/LLVMInsTrim.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/LLVMInsTrim.so.cc b/instrumentation/LLVMInsTrim.so.cc index f0de6536..62de6ec5 100644 --- a/instrumentation/LLVMInsTrim.so.cc +++ b/instrumentation/LLVMInsTrim.so.cc @@ -38,7 +38,7 @@ typedef long double max_align_t; #include "MarkNodes.h" #include "afl-llvm-common.h" -#include "llvm-ngram-coverage.h" +#include "llvm-alternative-coverage.h" #include "config.h" #include "debug.h" |