Skip to content

Tags: radiopaedia/bazel-toolchain

Tags

0.7.2

Toggle 0.7.2's commit message
0.7.2

- Fix support for Bazel 4.2 (thanks @zhanyong-wan, bazel-contrib#146)

0.7.1

Toggle 0.7.1's commit message
0.7.1

- Support for LLVM 14
- Minor bug fixes

0.7

Toggle 0.7's commit message
README section on supporting new targets

0.6.3

Toggle 0.6.3's commit message
 - Expose the platform targets in `platforms/` (bazel-contrib#107, th…

…anks @dududko)

  - Include `dwp`, `objcopy`, and `strip` correctly fixing `.stripped` and `.dwp` targets (bazel-contrib#108, thanks @fishcakez)
  - Drop support for Makevars
  - Add LLVM 13 distributions (bazel-contrib#113, thanks @yasushi-saito)
  - Add workarounds for old `libtool` versions that don't support parameter files (bazel-contrib#115)

0.6.2

Toggle 0.6.2's commit message
0.6.2

- Fix linking pthreads (thanks @Anomander)
- Fix syntax error for running with absolute paths (thanks @dozzman)
- Fix discoverability of ld for rules_rust on macOS (thanks @dozzman and @rrbutani)

0.6.1

Toggle 0.6.1's commit message
0.6.1

- Fix and add test for Ubuntu 18.04 (thanks @jsharpe).
- Remove support for crosstool_top
- Remove lld from darwin makevars

0.6

Toggle 0.6's commit message
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.

0.5.7

Toggle 0.5.7's commit message
0.5.7

- update LLVM distributions
- support some more linux distros.

0.5.6

Toggle 0.5.6's commit message
0.5.6

- minor misc fixes

0.5.5

Toggle 0.5.5's commit message
0.5.5

- support amazon linux