commit | f26dac9ae5d6fab98ca027a26e375937074770cf | [log] [tgz] |
---|---|---|
author | alan-baker <alanbaker@google.com> | Wed Nov 20 14:41:51 2019 -0500 |
committer | GitHub <noreply@github.com> | Wed Nov 20 14:41:51 2019 -0500 |
tree | 42d2d19c28902f99f227ae4474c7c3246eaa0b37 | |
parent | 0e64a59e0f01952910d1fdd1d33e6deb301da1e5 [diff] [blame] |
Update LLVM dep (#441) * Fix some missing includes
diff --git a/lib/ShareModuleScopeVariables.cpp b/lib/ShareModuleScopeVariables.cpp index 61f754c..c9cde68 100644 --- a/lib/ShareModuleScopeVariables.cpp +++ b/lib/ShareModuleScopeVariables.cpp
@@ -20,6 +20,7 @@ #include "llvm/IR/Instructions.h" #include "llvm/IR/Module.h" #include "llvm/Pass.h" +#include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" #include "clspv/AddressSpace.h"