diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-17 15:25:26 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-17 15:25:26 +0200 |
commit | 1d0694df86a3ce70ffac2846f36605eac9300abe (patch) | |
tree | c77f4514b2dd1026a245ccd38f8e2683cad0aa63 /instrumentation/afl-llvm-common.h | |
parent | dfdc6fd12cdae1fe2dab1183f20d3c312a7f2f6d (diff) | |
download | afl++-1d0694df86a3ce70ffac2846f36605eac9300abe.tar.gz |
add symqemu custom mutator
Diffstat (limited to 'instrumentation/afl-llvm-common.h')
-rw-r--r-- | instrumentation/afl-llvm-common.h | 2 |
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 || \ |