github hermeticbuild/hermetic-llvm 0.2.4

latest releases: v0.7.1, llvm-22.1.3-2, llvm-22.1.3-1...
10 months ago

What's Changed

87b72c9 Add support for crtbegin and crtend
9ac8da7 Link crt1 as --whole-archive because we link the .a
5e06cab Improve musl compilation flags

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc if using Bazel>=7.4.0.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.2.4")

register_toolchains(
    "@toolchains_llvm_bootstrapped//toolchain:all",
)

Full Changelog: 0.2.3...0.2.4

Don't miss a new hermetic-llvm release

NewReleases is sending notifications on new releases.