Skip to content

Releases: savi-lang/llvm-static

v18.1.8-20240804

05 Aug 05:56
5435c7c
Compare
Choose a tag to compare

What's Changed

  • Update to LLVM 18.1.8 by @jemc in #9

Full Changelog: v15.0.6-20230104...v18.1.8-20240804

v15.0.6-20230104

04 Jan 20:55
7f3ab52
Compare
Choose a tag to compare

What's Changed

  • Update to LLVM 15.0.6 Release. by @jemc in #6

Full Changelog: v14.0.3-20220506...v15.0.6-20230104

v14.0.3-20220506

06 May 22:19
52c2510
Compare
Choose a tag to compare

What's Changed

  • Update to LLVM 14.0.3 release. by @jemc in #5

Full Changelog: 2022011...v14.0.3-20220506

20220112

12 Jan 14:48
Compare
Choose a tag to compare
Fix ZLIB_INCLUDE_DIR default in Makefile.

20220111

12 Jan 06:44
Compare
Choose a tag to compare
Add missing `brew update` step to MacOS build.

20220108

08 Jan 18:48
Compare
Choose a tag to compare
Fix clang tools removal script in Makefile.

20220106

06 Jan 18:49
Compare
Choose a tag to compare
Disable LLVM_HAVE_LIBXAR.

This prevents a runtime dependency on libxar in the Savi compiler.
The libxar dependency would only be used for "bitcode bundles" on MacOS.

20220104b

05 Jan 03:54
Compare
Choose a tag to compare
Disable LTO (reverting previous commit) and don't delete `lld`.

20220104

04 Jan 21:43
Compare
Choose a tag to compare
Fix hardware resources for arm64-unknown-linux-musl container.

20220103

04 Jan 00:38
d257be3
Compare
Choose a tag to compare
Merge pull request #4 from savi-lang/alpine3.15

Update Dockerfile to alpine:3.15 now that it is released.