pgsql: Track LLVM 15 changes. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Track LLVM 15 changes.
Date
Msg-id E1ol5yn-00332p-5c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

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

Modified Files
--------------
configure                               | 89 +++++++++++++++++++++++++++++++++
configure.in                            |  3 ++
src/backend/jit/llvm/llvmjit.c          | 18 +++++++
src/backend/jit/llvm/llvmjit_inline.cpp |  1 +
4 files changed, 111 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Track LLVM 15 changes.
Next
From: Thomas Munro
Date:
Subject: pgsql: Track LLVM 15 changes.