From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: jit: Changes for LLVM 17. |
Date: | 2023-10-18 16:29:41 |
Message-ID: | E1qt9QT-001Be4-8P@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmail(dot)com>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA%2BhUKG%2BWXznXCyTgCADd%3DHWkP9Qksa6chd7L%3DGCnZo-MBgg9Lg%40mail.gmail.com
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/7da915e33abf54ce126d68baead4c1871b302c1c
Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 31 +++++++++++++++++++++++++++++++
src/backend/jit/llvm/llvmjit_wrap.cpp | 6 ++++++
2 files changed, 37 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2023-10-18 17:41:10 | pgsql: doc: PG 16 relnotes: fix spelling error |
Previous Message | Thomas Munro | 2023-10-18 16:29:27 | pgsql: jit: Changes for LLVM 17. |