Skip to content

Commit 2e0f894

Browse files
committed
Remove bazel targets
1 parent efd96af commit 2e0f894

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

utils/bazel/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ maybe(
186186
http_archive,
187187
name = "nanobind",
188188
build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD",
189-
sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7",
190-
strip_prefix = "nanobind-2.4.0",
191-
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz",
189+
sha256 = "8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90",
190+
strip_prefix = "nanobind-2.9.2",
191+
url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.9.2.tar.gz",
192192
)
193193

194194
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")

utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ filegroup(
5353
]),
5454
)
5555

56-
filegroup(
57-
name = "IRPyIFiles",
58-
srcs = [
59-
"mlir/_mlir_libs/_mlir/__init__.pyi",
60-
"mlir/_mlir_libs/_mlir/ir.pyi",
61-
],
62-
)
63-
6456
filegroup(
6557
name = "MlirLibsPyFiles",
6658
srcs = [
@@ -75,13 +67,6 @@ filegroup(
7567
],
7668
)
7769

78-
filegroup(
79-
name = "PassManagerPyIFiles",
80-
srcs = [
81-
"mlir/_mlir_libs/_mlir/passmanager.pyi",
82-
],
83-
)
84-
8570
filegroup(
8671
name = "RewritePyFiles",
8772
srcs = [

0 commit comments

Comments
 (0)