[all-commits] [llvm/llvm-project] 3a11ca: [MLIR] Add symbol map to mlir ExecutionEngine
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Thu May 14 13:33:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a11ca7bed03219ce166bd78304bdfdb439aff65
https://github.com/llvm/llvm-project/commit/3a11ca7bed03219ce166bd78304bdfdb439aff65
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M mlir/include/mlir/ExecutionEngine/ExecutionEngine.h
M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
Log Message:
-----------
[MLIR] Add symbol map to mlir ExecutionEngine
Add additional symbol mapping to be able to provide custom symbols to jitted code at runtime.
Differential Revision: https://reviews.llvm.org/D79812
More information about the All-commits
mailing list