EXE
WinGet
LLVM
LLVM · 22.1.4 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
LLVM-22.1.4-woa64.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LLVM
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
22.1.4
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
LLVM-22.1.4-woa64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LLVM.LLVM
Version
22.1.4
Description
A collection of modular and reusable compiler and toolchain technologies.
License
Apache-2.0 with LLVM Exceptions
↗
Homepage
https://llvm.org/
Support
https://discourse.llvm.org/
Installer URL
https://github.com/llvm/llvm-project/releases/download/llvmorg-22.1.4/LLVM-22.1.4-woa64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
The full list of changes since 22.1.3 can be viewed here:
Changes
- Brian Cain: [Hexagon] Add missing MIRParser link dependency (#191010) (35990504507d)
- pkarveti: [Hexagon][MIR] Serialize HexagonMachineFunctionInfo::StackAlignBaseReg to MIR (#190003) (22ad4d688a72)
- pkarveti: [Hexagon] Add AP register to liveins when used for frame index access (#188942) (a1a9924414aa)
- pkarveti: [Hexagon] Fix use-before-def of AP register in prologue CSR spills (#188504) (7eb182991920)
- David Green: [Vecto…