diff options
author | hexcoder- <heiko@hexco.de> | 2020-09-11 22:13:42 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-09-11 22:13:42 +0200 |
commit | 688e2c87df90cc63032aa4d1961493f52ebbd3c5 (patch) | |
tree | fa77352c7f5623bd8474dea3a046114fd71955b9 | |
parent | 38e6de1effbeb0e3deab08800c5d94c7a488648a (diff) | |
download | afl++-688e2c87df90cc63032aa4d1961493f52ebbd3c5.tar.gz |
portability: make llvm-dict2file compilable under Ubuntu xenial (llvm 3.8.0)
-rw-r--r-- | instrumentation/afl-llvm-dict2file.so.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-dict2file.so.cc b/instrumentation/afl-llvm-dict2file.so.cc index 2f9f44ca..15accc88 100644 --- a/instrumentation/afl-llvm-dict2file.so.cc +++ b/instrumentation/afl-llvm-dict2file.so.cc @@ -50,7 +50,6 @@ #include "llvm/Transforms/IPO/PassManagerBuilder.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Analysis/LoopInfo.h" -#include "llvm/Analysis/MemorySSAUpdater.h" #include "llvm/Analysis/ValueTracking.h" #include "llvm/Pass.h" #include "llvm/IR/Constants.h" |