BUG #18132: llvm-jit does not build with LLVM 17 - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18132: llvm-jit does not build with LLVM 17
Date
Msg-id 18132-1f9dcb160122d9d6@postgresql.org
Whole thread Raw
Responses Re: BUG #18132: llvm-jit does not build with LLVM 17
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18131: PL/pgSQL: regclass procedure parameter wrongly memoized(?)
Next
From: Thomas Munro
Date:
Subject: Re: BUG #17928: Standby fails to decode WAL on termination of primary