[all-commits] [llvm/llvm-project] 838490: [ORC] Switch from uint8_t to char buffers for Targ...
lhames via All-commits
all-commits at lists.llvm.org
Wed Jun 16 21:16:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 838490de7ede2a144094fa0f98cd91d8851d7e3d
https://github.com/llvm/llvm-project/commit/838490de7ede2a144094fa0f98cd91d8851d7e3d
Author: Lang Hames <lhames at gmail.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/OrcRPCTargetProcessControl.h
M llvm/include/llvm/ExecutionEngine/Orc/Shared/Serialization.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/OrcRPCTPCServer.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
M llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
Log Message:
-----------
[ORC] Switch from uint8_t to char buffers for TargetProcessControl::runWrapper.
This matches WrapperFunctionResult's char buffer, cutting down on the number of
pointer casts needed.
More information about the All-commits
mailing list