Skip to content

shiva/ice: Do not create tmp parser files in src dir

Lina Versace requested to merge linyaa/mesa:ice-clean-yacc-files into shiva

File interface_gen.py creates temporary parser files (parser.out, parsetab.py) in the src dir. Create them in the build dir instead.

Merge request reports