Track LLVM 18 changes.
authorThomas Munro <[email protected]>
Wed, 24 Jan 2024 21:37:35 +0000 (10:37 +1300)
committerThomas Munro <[email protected]>
Thu, 25 Jan 2024 00:47:35 +0000 (13:47 +1300)
commitd060cb65880fe950774c6f3f9facf0f87504bfb3
treedc20ad520eabc58159b08102cb2ba7d19af56a48
parent2f724283719e75261d3b649d20235e4f1542be04
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