Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Remove LLVM standalone installation #10005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kasper93
Copy link
Contributor

@kasper93 kasper93 commented Jun 6, 2024

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

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

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: actions#10001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LLVM tools are not up to date in windows-latest image
1 participant