aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Bindings/Python/ExecutionEngineModule.cpp')
-rw-r--r--mlir/lib/Bindings/Python/ExecutionEngineModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp b/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
index b5a0f84..8142091 100644
--- a/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
+++ b/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
@@ -62,7 +62,7 @@ private:
std::vector<py::object> referencedObjects;
};
-} // anonymous namespace
+} // namespace
/// Create the `mlir.execution_engine` module here.
PYBIND11_MODULE(_mlirExecutionEngine, m) {