microsoft / DirectXShaderCompiler

This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
Other
2.98k stars 665 forks source link

Remove Windows C++ redist hack #6692

Closed llvm-beanz closed 1 week ago

llvm-beanz commented 2 weeks ago

This removes the hack introduced in #6683 to workaround issues in the GitHub and ADO runner image: https://github.com/actions/runner-images/issues/10004

Rumor has it the runner images are now fixed... let's see.

Fixes #6674