]> git.ipfire.org Git - thirdparty/postgresql.git/commit
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
authorThomas Munro <tmunro@postgresql.org>
Wed, 18 Oct 2023 14:01:55 +0000 (03:01 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 18 Oct 2023 14:04:09 +0000 (03:04 +1300)
commitd701f0d1f3e7ed9e8b8ff0d368add9cdae3b8108
tree034bbef76ce33cf36419e178a2e4356b2bd6924c
parent15ddc9725eb73d97a16652c7c90d993302773544
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

Commit 37d5babb used this C API function while adding support for LLVM
16 and opaque pointers, but it's not available in LLVM 7 and older.
Provide it in our own llvmjit_wrap.cpp.  It just calls a C++ function
that pre-dates LLVM 3.9, our minimum target.

Back-patch to 12, like 37d5babb.

Discussion: https://postgr.es/m/CA%2BhUKGKnLnJnWrkr%3D4mSGhE5FuTK55FY15uULR7%3Dzzc%3DwX4Nqw%40mail.gmail.com
src/backend/jit/llvm/llvmjit_wrap.cpp
src/include/jit/llvmjit.h