LLVM 18

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-01-03T05:04:17Z
Lists: pgsql-hackers

Attachments

LLVM 16 provided a new function name[1], and LLVM 18 (not shipped yet)
has started complaining[2] about the old spelling.

Here's a patch.

[1] https://github.com/llvm/llvm-project/commit/1b97645e56bf321b06d1353024339958b64fd242
[2] https://github.com/llvm/llvm-project/commit/5ac12951b4e9bbfcc5791282d0961ec2b65575e9

Commits

  1. Track LLVM 18 changes.