Re: Requiring LLVM 14+ in PostgreSQL 18
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Nazir Bilal Yavuz <byavuz81@gmail.com>
Date: 2024-10-02T02:36:35Z
Lists: pgsql-hackers
On Tue, Oct 1, 2024 at 11:23 PM Peter Eisentraut <peter@eisentraut.org> wrote: > I have committed the two remaining patches. I'll go nudge any affected > buildfarm members to upgrade as needed. Thanks! FWIW next on my list of LLVM maintenance work are: fix ARM crash in the next week or so (CF #5220), and figure out which patches need to go where for JITLink, a small required API change for LLVM 20, unless someone else is interested in working on that soon (there was a patch[1] but the thread has gone quiet). [1] https://www.postgresql.org/message-id/flat/20220829074622.2474104-1-alex.fan.q%40gmail.com
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