Releases: KyleMayes/install-llvm-action
Releases · KyleMayes/install-llvm-action
v2.0.8
- Added support for LLVM and Clang 21 (for platforms with binaries available)
v2.0.7
- Added support for LLVM and Clang 20 (and some more 18 and 19 versions)
v2.0.6
- Added support for LLVM and Clang 19
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-urlinput has been renamed tomirror-url - The
force-versionandubuntu-versioninputs have been replaced with theforce-urlinput
Other Changes
- Added
archinput - 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
node20runner - Fix
downloadUrloption usage on Linux and Windows runners (#57)