Re: [PATCH] jit: fix build with LLVM-21
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Holger Hoffstätte <holger@applied-asynchrony.com>, pgsql-hackers@postgresql.org
Date: 2025-09-15T06:35:00Z
Lists: pgsql-hackers
On 12.09.25 09:47, Holger Hoffstätte wrote: >> As a small style request, I would flip the conditional around so >> that the new code appears first. I see that we don't do this very >> consistently in the existing code, but maybe we can start a new >> trend. ;-) > I knew this would come up since I pondered the same thing :D > As you said, the existing code is not consistent, but I can switch this > to let the new code appear first, if you prefer. > A new patch is attached. I have committed this one. For the remaining issue on arm, let's wait for some additional reviews.
Commits
-
jit: Adjust AArch64-only code for LLVM 21.
- 55164852d3cd 15.16 landed
- 600acd34b09a 16.12 landed
- 60215eae7c42 17.8 landed
- 912cfa3146ce 18.2 landed
- 0dceba21d74f 19 (unreleased) landed
- 035a1f5aca4e 14.21 landed
-
jit: fix build with LLVM-21
- 59d6e843e9a8 13.23 landed
- fbfc36e9471b 14.20 landed
- 72a24bebc38f 15.15 landed
- 2670881afd91 16.11 landed
- 755f01ad743c 17.7 landed
- c11ac811a30d 18.0 landed
- 282d0bdee619 19 (unreleased) landed
-
Monkey-patch LLVM code to fix ARM relocation bug.
- 9044fc1d45a0 18.0 cited