15:48karolherbst: airlied: can we do something about spirv-tools being not ABI stable and force rebuild of all projects using it (e.g. mesa)? It constantly breaks the mesa clc code, because we need to use the C++ API for the linker and they change structs and C++ is just not great for this kind of use case... currently the mesa opencl fedora 43 package is busted
15:55karolherbst: though should probably add a C API wrapper for the linker in spirv-tools...