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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: fundawang(at)yeah(dot)net
Subject: BUG #17900: llvm-jit uses deprecated symbols in LLVM 16
Date: 2023-04-16 14:02:59
Message-ID: 17900-fddca512c008774c@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17900
Logged by: Funda Wang
Email address: fundawang(at)yeah(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2023-04-16 22:32:48 Re: BUG #17900: llvm-jit uses deprecated symbols in LLVM 16
Previous Message Tom Lane 2023-04-15 17:29:27 Re: 1. PostgreSQL Server Subprocess Went down at function 'pg_detoast_datum_packed'