We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abc8b0 commit 4e4f7a5Copy full SHA for 4e4f7a5
mlir/lib/Bindings/Python/DialectTransform.cpp
@@ -19,7 +19,7 @@ using namespace mlir;
19
using namespace mlir::python;
20
using namespace mlir::python::nanobind_adaptors;
21
22
-void populateDialectTransformSubmodule(const nb::module_ &m) {
+static void populateDialectTransformSubmodule(const nb::module_ &m) {
23
//===-------------------------------------------------------------------===//
24
// AnyOpType
25
0 commit comments