Skip to content

Releases: KyleMayes/install-llvm-action

v2.0.8

09 Oct 12:51

Choose a tag to compare

  • Added support for LLVM and Clang 21 (for platforms with binaries available)

v2.0.7

03 May 02:28

Choose a tag to compare

  • Added support for LLVM and Clang 20 (and some more 18 and 19 versions)

v2.0.6

24 Feb 07:30

Choose a tag to compare

  • Added support for LLVM and Clang 19

v2.0.5

08 Sep 13:38

Choose a tag to compare

  • Added support for LLVM and Clang 18.1.8 on ARM64 macOS

v2.0.4

12 Aug 03:05

Choose a tag to compare

  • Added support up to LLVM and Clang 18.1.8 (for platforms with binaries available)

v2.0.3

27 May 01:19

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

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

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

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

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)