Skip to content

LLVM 2.1.2 winget install on Windows is missing Arm64 builds #162344

@marcpems

Description

@marcpems

The latest build of LLVM that has been submitted to winget is missing the Windows on Arm builds. This means that the x64 version of the tools are being installed on Arm machines instead of the Arm builds.

Repro:

  • on a Windows 11 machine open a terminal prompt and type: winget install llvm.llvm
  • wait for the installation to complete
  • run: c:\program files\llvm\bin\clang --version

Expected:
output shows:
...
Target: aarch64-pc-windows-msvc

Actual:
output shows:
...
Target: x86_64-pc-windows-msvc

This needs to be resolved by the winget repo owner by manually submitting the additional Arm package.

ALSO: in future it would be better to automate the submission to Winget by using a yml script like this one from powertoys
https://github.com/microsoft/PowerToys/blob/main/.github/workflows/package-submissions.yml

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions