Index: mlir/lib/ExecutionEngine/AsyncRuntime.cpp =================================================================== --- mlir/lib/ExecutionEngine/AsyncRuntime.cpp +++ mlir/lib/ExecutionEngine/AsyncRuntime.cpp @@ -182,8 +182,6 @@ std::vector> awaiters; }; -} // namespace runtime -} // namespace mlir // Adds references to reference counted runtime object. extern "C" void mlirAsyncRuntimeAddRef(RefCountedObjPtr ptr, int32_t count) { @@ -415,4 +413,7 @@ #endif // _WIN32 +} // namespace runtime +} // namespace mlir + #endif // MLIR_ASYNCRUNTIME_DEFINE_FUNCTIONS