Skip to content

Commit

Permalink
Rollback llvm on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 20, 2025
1 parent 53e15d3 commit fe0bb9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ bazel_dep(name = "toolchains_llvm", version = "1.2.0")
# Configure and register the toolchain.
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm")
llvm.toolchain(
llvm_version = "18.1.8",
llvm_versions = {
"": "18.1.8",
"darwin-aarch64": "15.0.7",
"darwin-x86_64": "15.0.7",
},
)

use_repo(llvm, "llvm_toolchain")
Expand Down

0 comments on commit fe0bb9a

Please sign in to comment.