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 0736778 commit 35e7336Copy full SHA for 35e7336
mlir/lib/Bindings/Python/DialectLLVM.cpp
@@ -24,7 +24,7 @@ using namespace mlir;
24
using namespace mlir::python;
25
using namespace mlir::python::nanobind_adaptors;
26
27
-void populateDialectLLVMSubmodule(const nanobind::module_ &m) {
+static void populateDialectLLVMSubmodule(const nanobind::module_ &m) {
28
29
//===--------------------------------------------------------------------===//
30
// StructType
0 commit comments