Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 5f24527

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in DialectLLVM.cpp (NFC)
1 parent f9225f4 commit 5f24527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlir/lib/Bindings/Python/DialectLLVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using namespace mlir;
2424
using namespace mlir::python;
2525
using namespace mlir::python::nanobind_adaptors;
2626

27-
void populateDialectLLVMSubmodule(const nanobind::module_ &m) {
27+
static void populateDialectLLVMSubmodule(const nanobind::module_ &m) {
2828

2929
//===--------------------------------------------------------------------===//
3030
// StructType

0 commit comments

Comments
 (0)