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
- 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.4")
register_toolchains(
"@toolchains_llvm_bootstrapped//toolchain:all",
)Full Changelog: 0.2.3...0.2.4