Re: Requiring LLVM 14+ in PostgreSQL 18
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Ole Peder Brandtzæg <olebra@samfundet.no>
Cc: Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-08-21T13:19:58Z
Lists: pgsql-hackers
On 19.05.24 00:46, Ole Peder Brandtzæg wrote: > On Wed, May 15, 2024 at 07:20:09AM +0200, Peter Eisentraut wrote: >> Yes, let's get that v3-0001 patch into PG17. > > Upon seeing this get committed in 4dd29b6833, I noticed that the docs > still advertise the llvm-config-$version search dance. That's still > correct for Meson-based builds since we use their config-tool machinery, > but no longer holds for configure-based builds. The attached patch > updates the docs accordingly. committed
Commits
-
doc: remove llvm-config search from configure documentation
- 0c7ec3b3a03b 17.0 landed
- 4baff5013277 18.0 landed
-
jit: Remove {llvm-config,clang}-N configure probes.
- 4dd29b683334 17.0 landed