Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.22")
register_toolchains("@llvm//toolchain:all")What's Changed
- Restore compile resource directory arguments by @cerisier in #755
- Test rules_rs bindgen across cross-compile platforms by @cerisier in #757
- Generate submodules and omit extern module declarations in module maps by @fmeum in #761
- Declare shared ThinLTO backend features by @dzbarsky in #734
- Build LLVM with libxml2 so that llvm-mt and lld-link manifest merging work by @fmeum in #767
- Add support for Clang header modules by @fmeum in #740
- Add standalone Scudo malloc support for Linux glibc by @dzbarsky in #769
- Declare system headers as textual headers in the toolchain's module map by @fmeum in #775
- Add llvm-lib to the toolchain binaries by @Orphis in #772
New Contributors
Full Changelog: v0.8.21...v0.8.22