You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.6
Changes since release 0.5:
- [breaking] Minimum required bazel version is now 4.0.0.
- [breaking] Attributes of `llvm_toolchain` rule have been changed or deleted.
- Support for LLVM versions up to 12.0.0.
- We now track cc_toolchain_config from @bazel_tools giving us LTO, etc. (thanks @rrbutani).
- LLVM distribution and toolchain configuration are now separate repos.
- Cross-compilation is now supported.
- Better and more detection of host OS.
- Mirror URLs are now tried first.
- netrc auth support for private mirror for LLVM downloads.
- Support and test compatibility with rules_foreign_cc.
- Minor fixes.