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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: vishwin(at)freebsd(dot)org
Subject: BUG #18132: llvm-jit does not build with LLVM 17
Date: 2023-09-23 20:43:28
Message-ID: 18132-1f9dcb160122d9d6@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: 18132
Logged by: Charlie Li
Email address: vishwin(at)freebsd(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2023-09-23 20:48:42 Re: BUG #17928: Standby fails to decode WAL on termination of primary
Previous Message Tom Lane 2023-09-23 16:39:04 Re: BUG #18131: PL/pgSQL: regclass procedure parameter wrongly memoized(?)