bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
289 stars 207 forks source link

Add support for LLVM 17.x.x #276

Closed joseluis8906 closed 5 months ago

joseluis8906 commented 6 months ago

Please add support for clang 17.x.x.

jsharpe commented 6 months ago

Support is already there for some versions of 17.x.x: https://github.com/bazel-contrib/toolchains_llvm/blob/1d58ed6bd43de852652c5665f73da133a2a72487/toolchain/internal/llvm_distributions.bzl#L317 Please file a PR to update that file if there are other release artifacts that are missing from the upstream (unfortunately upstream isn't very consistent in how they upload their binary releases)

sandordargo commented 6 months ago

@jsharpe can we get a released version, please?

siddharthab commented 5 months ago

I will make a release this week.

sandordargo commented 5 months ago

Thank you so much, @siddharthab