pgsql: Track LLVM 15 changes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Track LLVM 15 changes.
Date: 2022-10-19 10:06:54
Message-ID: E1ol5yP-00331X-Eh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)munro(at)gmail(dot)com>
Author: Andres Freund <andres(at)anarazel(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-10-19 10:07:06 pgsql: Track LLVM 15 changes.
Previous Message Thomas Munro 2022-10-19 10:06:40 pgsql: Track LLVM 15 changes.