pgsql: Back-patch LLVM 14 API changes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Back-patch LLVM 14 API changes.
Date: 2022-03-16 00:03:19
Message-ID: E1nUH8J-000F7p-Fr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Back-patch LLVM 14 API changes.

Since LLVM 14 has stopped changing and is about to be released,
back-patch the following changes from the master branch:

e6a7600202105919bffd62b3dfd941f4a94e082b
807fee1a39de6bb8184082012e643951abb9ad1d
a56e7b66010f330782243de9e25ac2a6596be0e1

Back-patch to 11, where LLVM JIT support came in.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5610411ac7b7d86b781aaaeed7f02b0e1005f8bb

Modified Files
--------------
src/backend/jit/llvm/Makefile | 6 ++++++
src/backend/jit/llvm/llvmjit_error.cpp | 35 ++++++++++++++++++++++++++++-----
src/backend/jit/llvm/llvmjit_inline.cpp | 12 ++++++++++-
3 files changed, 47 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-03-16 00:03:31 pgsql: Back-patch LLVM 14 API changes.
Previous Message Thomas Munro 2022-03-16 00:03:09 pgsql: Back-patch LLVM 14 API changes.