New comment by voidbert on void-packages repository https://github.com/void-linux/void-packages/issues/45424#issuecomment-1937865711 Comment: > So we have to wait for zig0.12 and hope it uses llvm17? What if it uses 18? This is ridiculous (not our fault though). > > Maybe zig has their own Compiler until then. Currently, C, x86 and ARM backups are on the works. Zig is also removing the hard dependency from LLVM: it'll output IR which can then be compiled by LLVM, and it won't need `libllvm` anymore. I do not know, however, if the produced IR will require a specific LLVM version.