Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.8")
register_toolchains("@llvm//toolchain:all")What's Changed
- [codex] Preserve runtime stage in exec configurations by @dzbarsky in #620
- Allow thinLTO on all platforms without patches by @dzbarsky in #622
- Enable path mapping in tests by @fmeum in #626
- Allow building LLVM with ABI-breaking checks by @dzbarsky in #598
Full Changelog: v0.8.7...v0.8.8