runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

[Windows] Remove LLVM standalone installation

Open kasper93 opened this issue 1 month ago • 0 comments

LLVM is already included in the Visual Studio installation. This duplication creates conflicts between versions. The current MSVC C++ standard library requires at least Clang 17, while the standalone LLVM is 16.

There is no reason to include two different LLVM versions. Use the one from the Visual Studio installation. Should anyone need standalone LLVM, they can install it with a single command: choco install llvm.

Fixes: #10001

Check list

  • [x] Related issue / work item is attached
  • [x] Tests are written (if applicable)
  • [x] Documentation is updated (if applicable)
  • [ ] Changes are tested and related VM images are successfully generated

kasper93 avatar Jun 06 '24 16:06 kasper93