Skip to content

Commit

Permalink
revert module llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 20, 2025
1 parent fe0bb9a commit 55fcf1c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,6 @@ register_toolchains(
"@rules_foreign_cc//toolchains:preinstalled_make_toolchain",
)


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_versions = {
"": "18.1.8",
"darwin-aarch64": "15.0.7",
"darwin-x86_64": "15.0.7",
},
)

use_repo(llvm, "llvm_toolchain")

register_toolchains("@llvm_toolchain//:all")

# Use HEAD to include this commit which is needed for preinstalled toolchains to work
# https://github.com/bazel-contrib/rules_foreign_cc/commit/d03f7ae79ddda0ad228b17048b9e2dc0efcc8e95
#
Expand Down

0 comments on commit 55fcf1c

Please sign in to comment.