Releases: savi-lang/llvm-static
Releases · savi-lang/llvm-static
20220112
Fix ZLIB_INCLUDE_DIR default in Makefile.
20220111
Add missing `brew update` step to MacOS build.
20220108
Fix clang tools removal script in Makefile.
20220106
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
Disable LTO (reverting previous commit) and don't delete `lld`.
20220104
Fix hardware resources for arm64-unknown-linux-musl container.
20220103
Merge pull request #4 from savi-lang/alpine3.15
Update Dockerfile to alpine:3.15 now that it is released.