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

Commits on Jun 6, 2024

  1. [Windows] Remove LLVM standalone installation

    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
    kasper93 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    52965a6 View commit details
    Browse the repository at this point in the history