Skip to content

Commit

Permalink
chore: update llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Nov 20, 2024
1 parent 1ec3122 commit 989d375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git_override(
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(llvm_version = "17.0.6")
llvm.toolchain(llvm_version = "19.1.0")
use_repo(llvm, "llvm_toolchain")

register_toolchains(
Expand Down

0 comments on commit 989d375

Please sign in to comment.