EXE
WinGet
LLVM
LLVM · 18.1.4 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
LLVM-18.1.4-win32.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
18.1.4
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
LLVM-18.1.4-win32.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
LLVM.LLVM
Version
18.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-18.1.4/LLVM-18.1.4-win32.exe
Upgrade Behavior
install(Install over existing)
Release Notes
- Fixes an issue with Arm64EC code generation where calls to some intrinsics implemented in compiler-rt used the wrong name mangling, eventually resulting in unresolved symbol errors during linking.
- Fixed an incorrect poison-generating flag preservation in InstSimplify. It will fix a miscompilation on RISCV, which turns the incorrect or disjoint into an add.
- Save/restore routines for RV32E/RV64E are added to compiler-rt.
- Fix regressions introduced in LLVM 18.1.3 in MIPS atomicrmw min/max c…