Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC)
This commit is contained in:
parent
12050a3fb7
commit
5060abb6d3
|
@ -16,9 +16,9 @@ PYBIND11_MODULE(_standaloneDialects, m) {
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// standalone dialect
|
// standalone dialect
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
auto standalone_m = m.def_submodule("standalone");
|
auto standaloneM = m.def_submodule("standalone");
|
||||||
|
|
||||||
standalone_m.def(
|
standaloneM.def(
|
||||||
"register_dialect",
|
"register_dialect",
|
||||||
[](MlirContext context, bool load) {
|
[](MlirContext context, bool load) {
|
||||||
MlirDialectHandle handle = mlirGetDialectHandle__standalone__();
|
MlirDialectHandle handle = mlirGetDialectHandle__standalone__();
|
||||||
|
|
Loading…
Reference in New Issue