Обсуждение: BUG #17900: llvm-jit uses deprecated symbols in LLVM 16

Поиск
Список
Период
Сортировка

BUG #17900: llvm-jit uses deprecated symbols in LLVM 16

От
PG Bug reporting form
Дата:
The following bug has been logged on the website:

Bug reference:      17900
Logged by:          Funda Wang
Email address:      fundawang@yeah.net
PostgreSQL version: 15.2
Operating system:   Anolis OS (Fedora Rawhide based)
Description:

https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html#changes-to-the-c-api

llvm-jit current uses functions such as LLVMBuildGEP and LLVMBuildStructGEP
which are deprecated and removed in LLVM 16.0.0, which leads llvm-jit won't
load with llvm 16.

Please migrate to new api soon. thanks.


Re: BUG #17900: llvm-jit uses deprecated symbols in LLVM 16

От
Thomas Munro
Дата:
On Mon, Apr 17, 2023 at 4:13 AM PG Bug reporting form
<noreply@postgresql.org> wrote:
> Please migrate to new api soon. thanks.

Hi, we are working on it.  Thanks.