Skip to content

Commit

Permalink
chore: update llvm to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 22, 2024
1 parent c94f28d commit 636abf5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "ecsact_runtime", version = "0.6.9")
bazel_dep(name = "lexy", version = "2022.05.1")
bazel_dep(name = "lexy", version = "2022.05.1.bcr.1")
bazel_dep(name = "magic_enum", version = "0.9.3")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)

git_override(
module_name = "toolchains_llvm",
remote = "[email protected]:mering/toolchains_llvm.git",
commit = "3822facdde69426b3c11f0047a1a763633d5923d",
)

bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
Expand All @@ -19,7 +26,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 636abf5

Please sign in to comment.