Skip to content

compiler/meson: Move spirv into a module of its own

For historical reasons, nir and vtn were compiled together, and a bunch of vtn specific targets were defined in src/compiler/meson.build.

Now that we can, make src/compiler/spirv produce an internal library that depends on NIR, and is used by the drivers/tools. Also move the vtn specific targets into that directory's meson.build.

On top of !23666 (merged) and !23667 (merged)

Merge request reports