Re: Requiring LLVM 14+ in PostgreSQL 18
Ole Peder Brandtzæg <olebra@samfundet.no>
From: Ole Peder Brandtzæg <olebra@samfundet.no>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-05-18T23:16:52Z
Lists: pgsql-hackers
On Sun, May 19, 2024 at 11:05:49AM +1200, Thomas Munro wrote: > Oops, right I didn't know we had that documented. Thanks. Will hold > off doing anything until the thaw. No worries, thanks! > Hmm, I also didn't know that Meson had its own list like our just-removed one: > > https://github.com/mesonbuild/meson/blob/master/mesonbuild/environment.py#L183 I didn't either before writing the doc patch, which led me to investigate why it *just works* when doing meson setup and then I saw the 40 odd "Trying a default llvm-config fallback…" lines in meson-log.txt =) -- Ole Peder Brandtzæg It's raining triple sec in Tchula and the radio plays "Crazy Train"
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