Skip to content

Releases: KyleMayes/install-llvm-action

v2.0.3

27 May 01:19
Compare
Choose a tag to compare
  • Added support up to LLVM and Clang 18.1.6 (for platforms with binaries available)

v2.0.2

10 Apr 02:36
Compare
Choose a tag to compare
  • Added support up to LLVM and Clang 18.1.3 (for platforms with binaries available)

v2.0.1

03 Apr 02:24
Compare
Choose a tag to compare

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

01 Apr 01:37
Compare
Choose a tag to compare

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 to mirror-url
  • The force-version and ubuntu-version inputs have been replaced with the force-url input

Other Changes

  • Added arch input
  • Added support for various missing LLVM and Clang versions up to 18.1.2

v1.9.0

10 Oct 01:28
Compare
Choose a tag to compare
  • 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

04 Jul 14:26
Compare
Choose a tag to compare
Fix 16.0.5 and 16.0.6 support

v1.8.2

02 Jul 15:32
Compare
Choose a tag to compare
Add support for LLVM 16.0.5

v1.8.1

03 Jun 15:55
Compare
Choose a tag to compare
Add support for 16.0.1 through 16.0.4

v1.8.0

29 Mar 00:36
Compare
Choose a tag to compare
  • Support for LLVM 15.0.7
  • Support for LLVM 16.0.0 (except on macOS because LLVM 16.0.0 was not released for that platform)

v1.7.0

26 Jan 06:24
Compare
Choose a tag to compare
Bump dependencies