pgsql: jit: Changes for LLVM 17.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: jit: Changes for LLVM 17.
Дата
Msg-id E1qt9PR-001Bal-4c@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76200e5ee469e4a9db5f9514b9d0c6a31b496bff

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: jit: Changes for LLVM 17.