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
fix: wrap scan-deps in cmd /c for shell redirect + 7z for release LLVM
ninja on Windows uses CreateProcess which doesn't interpret `>`
as shell redirection. Wrap the clang-scan-deps command in `cmd /c`
so stdout redirect to $out works correctly.
Also update release.yml to use 7z for LLVM extraction.
0 commit comments