From 688e2c87df90cc63032aa4d1961493f52ebbd3c5 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 11 Sep 2020 22:13:42 +0200 Subject: portability: make llvm-dict2file compilable under Ubuntu xenial (llvm 3.8.0) --- instrumentation/afl-llvm-dict2file.so.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'instrumentation/afl-llvm-dict2file.so.cc') 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" -- cgit 1.4.1