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

Commitc14a8ff

Browse files
committed
Fixup forb84a6da triggering assert failure in LLVM debug builds.
Author: Andres Freund
1 parentc3e6d5d commitc14a8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/jit/llvm/llvmjit_expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ llvm_compile_expr(ExprState *state)
422422
v_params[3]=v_slot;
423423

424424
LLVMBuildCall(b,
425-
FuncExecEvalSysVar,
425+
llvm_get_decl(mod,FuncExecEvalSysVar),
426426
v_params,lengthof(v_params),"");
427427

428428
LLVMBuildBr(b,opblocks[i+1]);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp