[all-commits] [llvm/llvm-project] 81cbd9: [MLIR][Python] remove nb::typed to fix bazel build...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Mon Sep 22 12:56:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81cbd970cf64bf6daad3c3db6c3879339f1fa1e4
https://github.com/llvm/llvm-project/commit/81cbd970cf64bf6daad3c3db6c3879339f1fa1e4
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2025-09-22 (Mon, 22 Sep 2025)
Changed paths:
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRInterfaces.cpp
M mlir/lib/Bindings/Python/IRModule.h
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/NanobindUtils.h
M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
Log Message:
-----------
[MLIR][Python] remove nb::typed to fix bazel build (#160183)
https://github.com/llvm/llvm-project/pull/157930 broke bazel build (see
https://github.com/llvm/llvm-project/pull/157930#issuecomment-3318681217)
because bazel is stricter on implicit conversions (some difference in
flags passed to clang). This PR fixes by moving/removing `nb::typed`.
EDIT: and also the overlay...
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list