aboutsummaryrefslogtreecommitdiff
path: root/instrumentation
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-17 15:25:26 +0200
committervanhauser-thc <vh@thc.org>2023-05-17 15:25:26 +0200
commit1d0694df86a3ce70ffac2846f36605eac9300abe (patch)
treec77f4514b2dd1026a245ccd38f8e2683cad0aa63 /instrumentation
parentdfdc6fd12cdae1fe2dab1183f20d3c312a7f2f6d (diff)
downloadAFLplusplus-1d0694df86a3ce70ffac2846f36605eac9300abe.tar.gz
add symqemu custom mutator
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/afl-llvm-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-common.h b/instrumentation/afl-llvm-common.h
index c9324460..23f67179 100644
--- a/instrumentation/afl-llvm-common.h
+++ b/instrumentation/afl-llvm-common.h
@@ -23,7 +23,7 @@ typedef long double max_align_t;
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#if LLVM_VERSION_MAJOR < 17
-#include "llvm/Transforms/IPO/PassManagerBuilder.h"
+ #include "llvm/Transforms/IPO/PassManagerBuilder.h"
#endif
#if LLVM_VERSION_MAJOR > 3 || \