Changes since release 0.5:
- [breaking] Minimum required bazel version is now 4.0.0.
- [breaking] Attributes of
llvm_toolchainrule 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.