diff options
author | van Hauser <vh@thc.org> | 2022-02-22 13:51:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 13:51:39 +0100 |
commit | 675d17d737ee5dee88766d9c181567771592c94c (patch) | |
tree | 20871fe51ae37869e5b400e07b9832e465904124 /instrumentation/afl-llvm-pass.so.cc | |
parent | a5943dc782d1a6047aaa8f455ab37e4a31369311 (diff) | |
parent | 05119990b6075aaf8f16a385a763651f68b8b1ef (diff) | |
download | afl++-675d17d737ee5dee88766d9c181567771592c94c.tar.gz |
Merge pull request #1334 from Teemperor/llvm14
Fix compilation against LLVM 14
Diffstat (limited to 'instrumentation/afl-llvm-pass.so.cc')
-rw-r--r-- | instrumentation/afl-llvm-pass.so.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc index 5246ba08..6419cd1d 100644 --- a/instrumentation/afl-llvm-pass.so.cc +++ b/instrumentation/afl-llvm-pass.so.cc @@ -45,6 +45,7 @@ typedef long double max_align_t; #endif #include "llvm/IR/IRBuilder.h" +#include "llvm/Pass.h" #include "llvm/IR/LegacyPassManager.h" #include "llvm/IR/BasicBlock.h" #include "llvm/IR/Module.h" |