Skip to content

Commit 4501c07

Browse files
committed
Revert "[bazel] Add explicit dep on protobuf (llvm#168928)"
This reverts commit 930066f.
1 parent a7789e1 commit 4501c07

File tree

3 files changed

+7
-359
lines changed

3 files changed

+7
-359
lines changed

utils/bazel/MODULE.bazel

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,34 @@
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

55
"""bzlmod configuration for llvm-project"""
6-
76
module(name = "llvm-project-overlay")
87

98
bazel_dep(name = "apple_support", version = "1.24.1", repo_name = "build_bazel_apple_support")
109
bazel_dep(name = "bazel_skylib", version = "1.8.2")
1110
bazel_dep(name = "platforms", version = "1.0.0")
12-
bazel_dep(name = "protobuf", version = "31.1", repo_name = "com_google_protobuf")
1311
bazel_dep(name = "rules_android", version = "0.6.6")
1412
bazel_dep(name = "rules_cc", version = "0.2.11")
1513
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")
1614
bazel_dep(name = "rules_python", version = "1.6.3")
1715
bazel_dep(name = "rules_shell", version = "0.6.1")
1816

1917
llvm_repos_extension = use_extension(":extensions.bzl", "llvm_repos_extension")
18+
2019
use_repo(
2120
llvm_repos_extension,
22-
"gmp",
2321
"llvm-raw",
2422
"llvm_zlib",
25-
"llvm_zstd",
26-
"mpc",
23+
"vulkan_headers",
24+
"vulkan_sdk",
25+
"gmp",
2726
"mpfr",
28-
"nanobind",
27+
"mpc",
2928
"pfm",
29+
"llvm_zstd",
3030
"pybind11",
3131
"pyyaml",
3232
"robin_map",
33-
"vulkan_headers",
34-
"vulkan_sdk",
33+
"nanobind",
3534
)
3635

3736
llvm_configure = use_repo_rule("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")

0 commit comments

Comments
 (0)