[all-commits] [llvm/llvm-project] 84dc9b: [mlir:JitRunner] Use custom shared library init/de...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Jan 8 07:14:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84dc9b451bfd62474f44dd1af0e4955a0110d523
https://github.com/llvm/llvm-project/commit/84dc9b451bfd62474f44dd1af0e4955a0110d523
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/lib/ExecutionEngine/AsyncRuntime.cpp
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/lib/ExecutionEngine/JitRunner.cpp
Log Message:
-----------
[mlir:JitRunner] Use custom shared library init/destroy functions if available
Use custom mlir runner init/destroy functions to safely init and destroy shared libraries loaded by the JitRunner.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D94270
More information about the All-commits
mailing list