0.2.0
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
- Enable with
common --enable_bzlmodin.bazelrcif using Bazel>=7.4.0. - Add to your
MODULE.bazelfile:
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