Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a4a335

Browse files
committed
llvmjit: Fix building against LLVM 11 by removing unnecessary include.
LLVM has removed this header, in the branch that will become llvm11. 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.comBackpatch: 11, where JIT support using llvm was introduced.
1 parent9003b76 commit6a4a335

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)

[8]ページ先頭

©2009-2025 Movatter.jp