From: Ingo Müller Date: Fri, 16 Jun 2023 15:28:44 +0000 (+0000) Subject: [mlir][async] Update comments about library registration. (NFC) X-Git-Tag: upstream/17.0.6~4744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=530db6a3b44cfbe59c32dba4fe6b7f25a0e9390c;p=platform%2Fupstream%2Fllvm.git [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 --- 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