aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2021-12-07 18:27:58 +0000
committerMehdi Amini <joker.eph@gmail.com>2021-12-08 06:05:26 +0000
commitbe0a7e9f27083ada6072fcc0711ffa5630daa5ec (patch)
treee8b711523071e25efe6617b58934c89e468eecd5 /mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
parent3bed2a7212ceef611d74c9a2aa679cec31375cee (diff)
downloadllvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.zip
llvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.tar.gz
llvm-be0a7e9f27083ada6072fcc0711ffa5630daa5ec.tar.bz2
Adjust "end namespace" comment in MLIR to match new agree'd coding style
See D115115 and this mailing list discussion: https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.html Differential Revision: https://reviews.llvm.org/D115309
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) {