Skip to content

util: Pass explicit "-" for spirv-as input filename

Michel Dänzer requested to merge daenzer/piglit:spirv-as-explicit-dash into main

Older versions of spirv-as happened to work without this, but current versions are complaining:

error: exactly one input file must be specified.

This change still works with older versions as well.

Merge request reports