You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our downstream repo, bf21b9d exposed a regression that libspirv
path is invalid in -### output. Before bf21b9d, the path was
correctly found by `searchAt(D.ResourceDir, "..", "..", "clc")`, which
was deleted by the commit.
Root cause is that in -### mode the process should not early return upon
the first candidate, which may do not exist. Instead, it should evaluate
all candidates.
0 commit comments