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

From Thomas Munro
Subject pgsql: Track LLVM 15 changes.
Date
Msg-id E1ol5yP-00331X-Eh@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_15_STABLE

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

Modified Files
--------------
configure                      | 89 ++++++++++++++++++++++++++++++++++++++++++
configure.ac                   |  3 ++
src/backend/jit/llvm/llvmjit.c | 18 +++++++++
3 files changed, 110 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.