aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlex Trotta <44127594+Ahajha@users.noreply.github.com>2025-09-22 16:13:44 -0400
committerGitHub <noreply@github.com>2025-09-22 15:13:44 -0500
commit1ee18959bcdf60ea9a65a9e763a5535298e5030f (patch)
tree3b1e11b4ba53946e20949ebdcdc19ddb6a6a7c3b /utils
parentf9cf60b0c1329bab94cc19693d9e06a6713cb5bc (diff)
downloadllvm-1ee18959bcdf60ea9a65a9e763a5535298e5030f.tar.gz
llvm-1ee18959bcdf60ea9a65a9e763a5535298e5030f.tar.bz2
llvm-1ee18959bcdf60ea9a65a9e763a5535298e5030f.zip
Reland "[bazel][mlir][python] Port #155741: stub auto-generation" (#159940)
Relands https://github.com/llvm/llvm-project/pull/157173 (reverts llvm/llvm-project#157995). The stubgen was relanded here: https://github.com/llvm/llvm-project/pull/157930
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/bazel/WORKSPACE b/utils/bazel/WORKSPACE
index 00cfea572096..cb6dfa3a01cf 100644
--- a/utils/bazel/WORKSPACE
+++ b/utils/bazel/WORKSPACE
@@ -186,9 +186,9 @@ maybe(
http_archive,
name = "nanobind",
build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD",
- sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7",
- strip_prefix = "nanobind-2.4.0",
- url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0.tar.gz",
+ sha256 = "8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90",
+ strip_prefix = "nanobind-2.9.2",
+ url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.9.2.tar.gz",
)
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")