Files
mesa/src/compiler
David Neto e9b9f1f764 spirv: spirv-to-c-array: use '-' to specify stdin
The spirv-to-c-array.py script assembles a SPIR-V module,
then disassembles it, capturing that text, then re-assembles
that text, providing it on stdin. But this last invocation of
spirv-as must use '-' to specify that the text input appears
on stdin.

Currently it always errors out, complaining that there must
be exactly one input file.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35691>
2025-06-23 21:24:56 +00:00
..
2025-06-18 10:13:44 +00:00
2025-06-23 07:59:24 +00:00
2025-06-20 10:11:52 +00:00
2025-06-23 07:59:24 +00:00
2025-06-23 07:59:24 +00:00
2024-08-07 21:08:18 +00:00