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
- 0001-Track-LLVM-18-changes.patch (text/x-patch) patch 0001
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
-
Track LLVM 18 changes.
- d060cb65880f 12.18 landed
- 70a82f40ab40 13.14 landed
- 364283c92e4a 14.11 landed
- 67f7aaa38172 15.6 landed
- 60ba7cae7cc7 16.2 landed
- d282e88e5052 17.0 landed