]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Track LLVM 15 changes.
authorThomas Munro <tmunro@postgresql.org>
Wed, 19 Oct 2022 09:32:14 +0000 (22:32 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 19 Oct 2022 09:32:14 +0000 (22:32 +1300)
commitd033f8f8bea9c7b5c4ae43a95b569ceccdaddd7a
treec6d10ee393c7bd2944f92fd3c7d4e1a54d257533
parent51683feb97c1cd324617837bda727b19989c7b53
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.ac
src/backend/jit/llvm/llvmjit.c
src/backend/jit/llvm/llvmjit_inline.cpp