[all-commits] [llvm/llvm-project] 12b2cc: [ORC] Rename SupportFunctionCall to WrapperFunctio...
lhames via All-commits
all-commits at lists.llvm.org
Thu Oct 28 17:49:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12b2cc229421cd9bd3f9f0cc44e7564b41fa9e5e
https://github.com/llvm/llvm-project/commit/12b2cc229421cd9bd3f9f0cc44e7564b41fa9e5e
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
Log Message:
-----------
[ORC] Rename SupportFunctionCall to WrapperFunctionCall.
The new name better suits the type.
This patch also changes the signature of the run method (it now returns a
WrapperFunctionResult), and adds runWithSPSRet methods that deserialize the
function result using SPS.
Together these chages bring this type into close alignment with its ORC runtime
counterpart.
More information about the All-commits
mailing list