Gidday,
I understand that Zig by default updates to the latest LLVM release with each new minor version. However, I’m looking for confirmation that this will be the case for 0.16. The tracking issue for LLVM 22 is on github and as such has not seen updates since the Codeberg switch, and despite searching, I haven’t found a concrete answer on whether LLVM 22 is a guaranteed part of the 0.16 update.
I’d very much like to switch to Zig as the build system for my C game engine and games, but I use Clang 22 for the defer-ts (and other features) so I’m currently using cmake. I’ve used Zig as a C build system on a few projects and would greatly like to leverage it for a few specific benefits, but Clang 22 is an absolute requirement for me.
Cheers,
Nick.