Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.23")
register_toolchains("@llvm//toolchain:all")What's Changed
- Declare textual headers in the toolchain's module map with their size by @fmeum in #776
- Backport arm64e.x1 Mach-O support to LLVM 22 and 23 by @dzbarsky in #777
- Use LLVM 23.1.0-4 prebuilts with arm64e.x1 support by @dzbarsky in #778
Full Changelog: v0.8.22...v0.8.23