Skip to content

Commit 530db6a

Browse files
[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
1 parent d6b4f67 commit 530db6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/ExecutionEngine/AsyncRuntime.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,11 @@ extern "C" void mlirAsyncRuntimePrintCurrentThreadId() {
452452
}
453453

454454
//===----------------------------------------------------------------------===//
455-
// MLIR Runner (JitRunner) dynamic library integration.
455+
// MLIR ExecutionEngine dynamic library integration.
456456
//===----------------------------------------------------------------------===//
457457

458-
// Export symbols for the MLIR runner integration. All other symbols are hidden.
458+
// Export symbols for the MLIR ExecutionEngine integration. All other symbols
459+
// are hidden.
459460
#ifdef _WIN32
460461
#define API __declspec(dllexport)
461462
#else

0 commit comments

Comments
 (0)