diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-17 19:43:14 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-17 19:43:14 +0100 |
commit | 90fd61d14a3a154ed58461a9e3eaf2c91d094a86 (patch) | |
tree | ba823561b230d6e4952c6bb43f837941e920f847 /instrumentation/afl-llvm-pass.so.cc | |
parent | 3d1be62c96f2f10963b8fa6f3946e44e40e6b8b3 (diff) | |
download | afl++-90fd61d14a3a154ed58461a9e3eaf2c91d094a86.tar.gz |
forgot one pass
Diffstat (limited to 'instrumentation/afl-llvm-pass.so.cc')
-rw-r--r-- | instrumentation/afl-llvm-pass.so.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc index be8099bb..fde785bd 100644 --- a/instrumentation/afl-llvm-pass.so.cc +++ b/instrumentation/afl-llvm-pass.so.cc @@ -44,7 +44,6 @@ typedef long double max_align_t; #endif -#include "llvm/IR/IRBuilder.h" #include "llvm/Pass.h" #if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */ #include "llvm/Passes/PassPlugin.h" @@ -71,6 +70,8 @@ typedef long double max_align_t; #include "llvm/Support/CFG.h" #endif +#include "llvm/IR/IRBuilder.h" + #include "afl-llvm-common.h" #include "llvm-alternative-coverage.h" |