Loading mlir/lib/Bindings/Python/IRCore.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -981,7 +981,6 @@ MlirDialect PyDialects::getDialectForKey(const std::string &key, std::string msg = (Twine("Dialect '") + key + "' not found").str(); if (attrError) throw py::attribute_error(msg); else throw py::index_error(msg); } return dialect; Loading Loading
mlir/lib/Bindings/Python/IRCore.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -981,7 +981,6 @@ MlirDialect PyDialects::getDialectForKey(const std::string &key, std::string msg = (Twine("Dialect '") + key + "' not found").str(); if (attrError) throw py::attribute_error(msg); else throw py::index_error(msg); } return dialect; Loading