Skip to content

Commit c14a8ff

Browse files
committed
Fixup for b84a6da triggering assert failure in LLVM debug builds.
Author: Andres Freund
1 parent c3e6d5d commit c14a8ff

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy