pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
REL_12_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d701f0d1f3e7ed9e8b8ff0d368add9cdae3b8108

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)



pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
REL_13_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/981292c19f387c5416294096a22507a54ca30136

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)



pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
REL_14_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ee3e4c41f35449c3cffc05a4b7738940075d9c28

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)



pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
REL_15_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/b2e0977886630b2bf749937fd694f0c3c1392210

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)



pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
REL_16_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/60596f148a661e0fd1d7c1f13a72b55124511e3a

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)



pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.

2023-10-18 Thread Thomas Munro
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

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/f90b4a846b32d3d6d2fd9d55a93735501e4c34fd

Modified Files
--
src/backend/jit/llvm/llvmjit_wrap.cpp | 8 
src/include/jit/llvmjit.h | 4 
2 files changed, 12 insertions(+)