Skip to content

microsoft/clc: add missing dependency

Erik Faye-Lund requested to merge kusma/mesa:msclc-sha1_h into master

We include git_sha1.h in clc_compiler.c, so we should also make sure we depend on the header being generated in time. This fixes a spurious build error when compiling with many cores, like we do on CI.

Fixes: ff05da7f ("microsoft: Add CLC frontend and kernel/compute support to DXIL converter")

Merge request reports