Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 09:53
· 33 commits to main since this release

What's Changed

f40873c Fix missing support for Float16 in compiler-rt
8a2211a Add a build_setting to allow stub linking against libgcc_s
b9a5855 Expose all args runtimes as targets of a runtimes package
a4f0cf2 Extract crt1 to only link against it for executables
e78da55 Allow disable empty sysroot
c441f95 Do not compile against cxa_noexception
8393fba Remove old empty config_site generation
ea847e3 Explicitly depend on static libraries for runtimes

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.0")

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

Full Changelog: 0.1.9...0.2.0