diff options
author | Hexcoder <heiko@hexco.de> | 2019-06-03 23:20:47 +0200 |
---|---|---|
committer | Hexcoder <heiko@hexco.de> | 2019-06-03 23:20:47 +0200 |
commit | b4678b77f1e090e78935a50c98a4493ee2abda09 (patch) | |
tree | ed68a4b136c7ade8138531ca556b7702e2b5460e /llvm_mode/afl-llvm-pass.so.cc | |
parent | b3a504248f566e089175b5b42b0bd78c9148993a (diff) | |
download | afl++-b4678b77f1e090e78935a50c98a4493ee2abda09.tar.gz |
fix llvm compatibility problems. Should compile now with llvm 3.8.0
up to llvm 8.0
Diffstat (limited to 'llvm_mode/afl-llvm-pass.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-pass.so.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc index 85f52de1..15b3764a 100644 --- a/llvm_mode/afl-llvm-pass.so.cc +++ b/llvm_mode/afl-llvm-pass.so.cc @@ -32,21 +32,12 @@ #include <unistd.h> #include "llvm/IR/BasicBlock.h" -#include "llvm/ADT/Statistic.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/LegacyPassManager.h" #include "llvm/IR/Module.h" #include "llvm/Support/Debug.h" #include "llvm/Transforms/IPO/PassManagerBuilder.h" -#include "llvm/IR/BasicBlock.h" -#include "llvm/ADT/STLExtras.h" -#include "llvm/IR/Constants.h" -#include "llvm/IR/Instructions.h" -#include "llvm/IR/IntrinsicInst.h" -#include "llvm/IR/LLVMContext.h" -#include "llvm/IR/Type.h" #include "llvm/IR/CFG.h" -#include <algorithm> using namespace llvm; |