about summary refs log tree commit diff
path: root/llvm_mode/LLVMInsTrim.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-03 01:41:31 +0100
committerGitHub <noreply@github.com>2019-12-03 01:41:31 +0100
commit6b6aa2364546adcd0924b5bc7c5bf3c8325976bd (patch)
tree366586c4ceef17998670a8c2d978869bdac64d56 /llvm_mode/LLVMInsTrim.so.cc
parentef2dc98773c55eb09e4c1a588fb74df58570f868 (diff)
parent4231c498392484fd2187b9ed1dedb1ba7bc0958b (diff)
downloadafl++-6b6aa2364546adcd0924b5bc7c5bf3c8325976bd.tar.gz
Merge pull request #127 from devnexen/llvm_mode_build_fix
LLVM 10 build fix proposal
Diffstat (limited to 'llvm_mode/LLVMInsTrim.so.cc')
-rw-r--r--llvm_mode/LLVMInsTrim.so.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/LLVMInsTrim.so.cc b/llvm_mode/LLVMInsTrim.so.cc
index 1fa361b5..552cf580 100644
--- a/llvm_mode/LLVMInsTrim.so.cc
+++ b/llvm_mode/LLVMInsTrim.so.cc
@@ -13,6 +13,7 @@
 #include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/CommandLine.h"
 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/IR/DebugInfo.h"