added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile fix, fixed for FUSELD (for LTO)

This commit is contained in:
van Hauser
2020-04-06 13:33:49 +02:00
parent 5ad50adaa8
commit 452acf3a75
11 changed files with 291 additions and 188 deletions

View File

@ -12,7 +12,7 @@ typedef u64 PREV_LOC_T;
#endif
/* Maximum ngram size */
#define MAX_NGRAM_SIZE 128U
#define NGRAM_SIZE_MAX 16U
#endif