From 530db6a3b44cfbe59c32dba4fe6b7f25a0e9390c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20M=C3=BCller?= Date: Fri, 16 Jun 2023 15:28:44 +0000 Subject: [mlir][async] Update comments about library registration. (NFC) This updates the code comments about the library registration mechanism, which changed in https://reviews.llvm.org/D153029, and which should have updated as part of that patch. Reviewed By: ingomueller-net Differential Revision: https://reviews.llvm.org/D153147 --- mlir/lib/ExecutionEngine/AsyncRuntime.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mlir/lib/ExecutionEngine/AsyncRuntime.cpp') diff --git a/mlir/lib/ExecutionEngine/AsyncRuntime.cpp b/mlir/lib/ExecutionEngine/AsyncRuntime.cpp index d7c09f9..878f859 100644 --- a/mlir/lib/ExecutionEngine/AsyncRuntime.cpp +++ b/mlir/lib/ExecutionEngine/AsyncRuntime.cpp @@ -452,10 +452,11 @@ extern "C" void mlirAsyncRuntimePrintCurrentThreadId() { } //===----------------------------------------------------------------------===// -// MLIR Runner (JitRunner) dynamic library integration. +// MLIR ExecutionEngine dynamic library integration. //===----------------------------------------------------------------------===// -// Export symbols for the MLIR runner integration. All other symbols are hidden. +// Export symbols for the MLIR ExecutionEngine integration. All other symbols +// are hidden. #ifdef _WIN32 #define API __declspec(dllexport) #else -- cgit v1.1