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

Started by PG Bug reporting formabout 3 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.

#2Thomas Munro
thomas.munro@gmail.com
In reply to: PG Bug reporting form (#1)
Re: BUG #17900: llvm-jit uses deprecated symbols in LLVM 16

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.