[ORC] Move callWrapper and callSPSWrapper functions to ExecutorProcessControl.
authorLang Hames <lhames@gmail.com>
Thu, 2 Sep 2021 08:34:27 +0000 (18:34 +1000)
committerLang Hames <lhames@gmail.com>
Thu, 2 Sep 2021 22:28:29 +0000 (08:28 +1000)
commit5ab7bfa4fd507862837302a77b24f82249973400
treed04884180e227e61342879189d9ecd04e761932f
parent844d8e0337560bd73b5a78fd8ff162b1b262b46f
[ORC] Move callWrapper and callSPSWrapper functions to ExecutorProcessControl.

The ExecutionSession versions now just forward to the implementations in
ExecutorProcessControl.

This allows callWrapper / callSPSWrapper to be used while bootstrapping an
ExecutorProcessControl instance.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h