Track LLVM 18 changes.
commit60ba7cae7cc758f09899429d1134a14adc35fd94
authorThomas Munro <tmunro@postgresql.org>
Wed, 24 Jan 2024 21:37:35 +0000 (25 10:37 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 25 Jan 2024 00:45:22 +0000 (25 13:45 +1300)
tree895a43dea82084d8859311acd43251a6665aa475
parent51193e7a7d333e2f19048c97a336da436b7d97e9
Track LLVM 18 changes.

A function was given a newly standard name from C++20 in LLVM 16.  Then
LLVM 18 added a deprecation warning for the old name, and it is about to
ship, so it's time to adjust that.

Back-patch to all supported releases.

Discussion: https://www.postgresql.org/message-id/CA+hUKGLbuVhH6mqS8z+FwAn4=5dHs0bAWmEMZ3B+iYHWKC4-ZA@mail.gmail.com
src/backend/jit/llvm/llvmjit_inline.cpp