8000 Tags · bazel-contrib/toolchains_llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bazel-contrib/toolchains_llvm

Tags

0.10.0

Toggle 0.10.0's commit message
0.10.0

Changes since 0.9

- Rename to toolchains_llvm
- Other minor invisible cleanups

0.9

Toggle 0.9's commit message
0.9

Changes since release 0.8:

- Support for bzlmod.
- Better support for newer versions of macOS.
- Support for Apple silicon.
- More robust LLVM release detection.
- Miscellaneous cleanups.

Many thanks to everyone who contributed.

0.8.2

Toggle 0.8.2's commit message
0.8.2

- Various fixes for macOS (Intel and M1)

0.8.1

Toggle 0.8.1's commit message
0.8.1

- Support for LLVM 15.0.0 and 15.0.6
- Support for M1 macOS
- LLVM include files are now exported
- Aliased tools are defined as native bianaries

0.8

Toggle 0.8's commit message
0.8

Changes since 0.7.3
  - Do not depend on gcc or libgcc install
  - Fix default key logic in urls attribute
  - Properly handle system paths for LLVM distribution
  - Fix use of absolute paths with sysroots
  - Support for Pop!_OS and RHEL in LLVM fetch logic
  - Small code and documentation cleanups
AC32

0.7.2

Toggle 0.7.2's commit message
0.7.2

- Fix support for Bazel 4.2 (thanks @zhanyong-wan, #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/` (#107, thanks @dududko)

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