Skip to content

Bump toolchains_llvm from 1.9.0 to 1.9.1 - #103

Merged
helly25 merged 1 commit into
mainfrom
dependabot/bazel/toolchains_llvm-1.9.1
Sep 20, 2026
Merged

helly25 merged 1 commit into
mainfrom
dependabot/bazel/toolchains_llvm-1.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026

Copy link
Copy Markdown
Contributor

Bumps toolchains_llvm from 1.9.0 to 1.9.1.

Release notes

Sourced from toolchains_llvm's releases.

v1.9.1

Minimum bazel version: 7.0.0

If you're using bzlmod, add the following to MODULE.bazel:

bazel_dep(name = "toolchains_llvm", version = "1.9.1")
Configure and register the toolchain.
llvm = use_extension("@​toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm")
llvm.toolchain(
llvm_version = "16.0.0",
)
use_repo(llvm, "llvm_toolchain")
use_repo(llvm, "llvm_toolchain_llvm") # if you depend on specific tools in scripts
register_toolchains("@​llvm_toolchain//:all")

To directly use a commit from GitHub, add this block and replace commit with the commit you want.

git_override(
  module_name = "toolchains_llvm",
  commit = "5f348a5d01afa44bae4a7b32d2823edea407a29e",
  remote = "https://github.com/bazel-contrib/toolchains_llvm",
)

If not using bzlmod, include this section in your WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "toolchains_llvm",
sha256 = "40999e5a7db6262684571479e8dafb9c0adefa0efbe66db22b137872178cd473",
strip_prefix = "toolchains_llvm-v1.9.1",
canonical_id = "v1.9.1",
url = "https://github.com/bazel-contrib/toolchains_llvm/releases/download/v1.9.1/toolchains_llvm-v1.9.1.tar.gz",
)
load("@​toolchains_llvm//toolchain:deps.bzl", "bazel_toolchain_dependencies")
bazel_toolchain_dependencies()
load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [toolchains_llvm](https://github.com/bazel-contrib/toolchains_llvm) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/bazel-contrib/toolchains_llvm/releases)
- [Commits](bazel-contrib/toolchains_llvm@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: toolchains_llvm
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Sep 20, 2026
@helly25
helly25 enabled auto-merge (squash) September 20, 2026 08:18
@helly25
helly25 merged commit 50514ae into main Sep 20, 2026
15 checks passed
@helly25
helly25 deleted the dependabot/bazel/toolchains_llvm-1.9.1 branch September 20, 2026 08:20

This branch was successfully deployed

1 active deployment
github-pages — 2f5c4c20 Deployed Sep 20, 2026 by helly25 via publish #122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant