BUG #18132: llvm-jit does not build with LLVM 17

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #18132: llvm-jit does not build with LLVM 17
Дата
Msg-id 18132-1f9dcb160122d9d6@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #18132: llvm-jit does not build with LLVM 17  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18132
Logged by:          Charlie Li
Email address:      vishwin@freebsd.org
PostgreSQL version: 16.0
Operating system:   FreeBSD
Description:

LLVM 17 removed the Legacy Pass Manager, which removed all except one header
in <llvm-c/Transforms> that llvmjit.c (and possibly other places) still
reference:
https://github.com/llvm/llvm-project/commit/f7ca01333214f934c580c162afdee933e7430b6c


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18131: PL/pgSQL: regclass procedure parameter wrongly memoized(?)
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #17928: Standby fails to decode WAL on termination of primary