1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/examples/OrcV2Examples/LLJITWithRemoteDebugging
Lang Hames a397416183 [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC.
This is a first step towards consistently using the term 'executor' for the
process that executes JIT'd code. I've opted for 'executor' as the preferred
term over 'target' as target is already heavily overloaded ("the target
machine for the executor" is much clearer than "the target machine for the
target").
2021-07-01 13:31:12 +10:00
..
CMakeLists.txt [Orc][examples] Temporarily disable LLJITWithRemoteDebugging build and test 2021-06-28 16:54:53 +02:00
LLJITWithRemoteDebugging.cpp [Orc][examples] Add missing FileCheck for lit test and polish output 2021-04-07 11:12:20 +02:00
RemoteJITUtils.cpp [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC. 2021-07-01 13:31:12 +10:00
RemoteJITUtils.h [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC. 2021-07-01 13:31:12 +10:00