Skip to content

Commit c001c11

Browse files
committed
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
LLVM has removed this header, in the branch that will become llvm 11. But as it turns out we didn't actually need it, so just remove it. Author: Jesse Zhang <sbjesse@gmail.com> Discussion: https://postgr.es/m/CAGf+fX7bvtP0YXMu7pOsu_NwhxW6dArTkxb=jt7M2-UJkyJ_3g@mail.gmail.com Backpatch: 11, where JIT support using llvm was introduced.
1 parent 49a00e0 commit c001c11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/jit/llvm/llvmjit_inline.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ extern "C"
5656
#include <llvm/Support/Error.h>
5757
#endif
5858
#include <llvm/IR/Attributes.h>
59-
#include <llvm/IR/CallSite.h>
6059
#include <llvm/IR/DebugInfo.h>
6160
#include <llvm/IR/IntrinsicInst.h>
6261
#include <llvm/IR/IRBuilder.h>

0 commit comments

Comments
 (0)