[Mlir-commits] [llvm] [mlir] [MLIR] [Bazel] Moved stubgen_runner.py out of llvm-project-overlay (PR #181029)
Sergei Lebedev
llvmlistbot at llvm.org
Wed Feb 11 13:48:52 PST 2026
https://github.com/superbobry created https://github.com/llvm/llvm-project/pull/181029
It was checked into the overlay by accident.
>From fb158f5b5c50ddb2d8a9c63f1544f366dcc3e1e0 Mon Sep 17 00:00:00 2001
From: Sergei Lebedev <slebedev at google.com>
Date: Wed, 11 Feb 2026 21:42:48 +0000
Subject: [PATCH] [MLIR] [Bazel] Moved stubgen_runner.py out of
llvm-project-overlay
It was checked into the overlay by accident.
---
.../mlir => mlir/lib/Bindings/Python}/stubgen_runner.py | 0
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename {utils/bazel/llvm-project-overlay/mlir => mlir/lib/Bindings/Python}/stubgen_runner.py (100%)
diff --git a/utils/bazel/llvm-project-overlay/mlir/stubgen_runner.py b/mlir/lib/Bindings/Python/stubgen_runner.py
similarity index 100%
rename from utils/bazel/llvm-project-overlay/mlir/stubgen_runner.py
rename to mlir/lib/Bindings/Python/stubgen_runner.py
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 36112cd1152ac..0d8c3eba93d77 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1317,7 +1317,7 @@ cc_binary(
py_binary(
name = "stubgen_runner",
- srcs = ["stubgen_runner.py"],
+ srcs = ["lib/Bindings/Python/stubgen_runner.py"],
data = ["@nanobind//:src/stubgen.py"],
deps = ["@rules_python//python/runfiles"],
)
More information about the Mlir-commits
mailing list