pgsql: jit: Changes for LLVM 17. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: jit: Changes for LLVM 17.
Date
Msg-id E1qt9Pr-001Bc0-2w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
jit: Changes for LLVM 17.

Changes required by https://llvm.org/docs/NewPassManager.html.

Back-patch to 12, leaving the final release of 11 unchanged, consistent
with earlier decision not to back-patch LLVM 16 support either.

Author: Dmitry Dolgov <9erthalion6@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKG%2BWXznXCyTgCADd%3DHWkP9Qksa6chd7L%3DGCnZo-MBgg9Lg%40mail.gmail.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c        | 31 +++++++++++++++++++++++++++++++
src/backend/jit/llvm/llvmjit_wrap.cpp |  6 ++++++
2 files changed, 37 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: jit: Changes for LLVM 17.
Next
From: Thomas Munro
Date:
Subject: pgsql: jit: Changes for LLVM 17.