Releases: KyleMayes/install-llvm-action
Releases · KyleMayes/install-llvm-action
v2.0.5
- Added support for LLVM and Clang 18.1.8 on ARM64 macOS
v2.0.4
- Added support up to LLVM and Clang 18.1.8 (for platforms with binaries available)
v2.0.3
- Added support up to LLVM and Clang 18.1.6 (for platforms with binaries available)
v2.0.2
- Added support up to LLVM and Clang 18.1.3 (for platforms with binaries available)
v2.0.1
Fixes
- Fixed exact LLVM and Clang versions (e.g.,
17.0.6
) causing the action to fail - Fixed LLVM and Clang executables failing to run on ARM64 macOS runners
v2.0.0
Migrating from v1
- Support for LLVM and Clang 3.5 through 7.0 has been removed (use 7.1 or later)
- The
download-url
input has been renamed tomirror-url
- The
force-version
andubuntu-version
inputs have been replaced with theforce-url
input
Other Changes
- Added
arch
input - Added support for various missing LLVM and Clang versions up to 18.1.2
v1.9.0
- Add support for LLVM 17 (binaries not available for macOS runners)
- Update dependencies and use
node20
runner - Fix
downloadUrl
option usage on Linux and Windows runners (#57)
v1.8.3
Fix 16.0.5 and 16.0.6 support
v1.8.2
Add support for LLVM 16.0.5
v1.8.1
Add support for 16.0.1 through 16.0.4