]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Track LLVM 15 changes.
authorThomas Munro <tmunro@postgresql.org>
Wed, 19 Oct 2022 09:38:58 +0000 (22:38 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 19 Oct 2022 09:38:58 +0000 (22:38 +1300)
commitcf94cb58665a784acdf2091351b8c1ecb633263c
treefaaa7ce1120a8cdfa16a330d8938e5a59e99a824
parent9f49b15b9d9753b5140d657c96cf6a2c2973e5e6
Track LLVM 15 changes.

Per https://llvm.org/docs/OpaquePointers.html, support for non-opaque
pointers still exists and we can request that on our context.  We have
until LLVM 16 to move to opaque pointers, a much larger change.

Back-patch to 11, where LLVM support arrived.

Author: Thomas Munro <thomas.munro@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CAMHz58Sf_xncdyqsekoVsNeKcruKootLtVH6cYXVhhUR1oKPCg%40mail.gmail.com
configure
configure.in
src/backend/jit/llvm/llvmjit.c
src/backend/jit/llvm/llvmjit_inline.cpp