Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: adam-singer/bazel-toolchain

Tags

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

0.5.4

Toggle 0.5.4's commit message
0.5.4

- support for LLVM 10.0.0
- support Ubuntu 20.04
- minor fixes

0.5.3

Toggle 0.5.3's commit message
0.5.3

fix LDFLAGS in Makevars

0.5.2

Toggle 0.5.2's commit message
0.5.2

fix compiling .s files on macOS

0.5.1

Toggle 0.5.1's commit message
fix compiling .s files