forked from OSchip/llvm-project
2487db1f28
Wrapper function call and dispatch handler helpers are moved to ExecutionSession, and existing EPC-based tools are re-written to take an ExecutionSession argument instead. Requiring an ExecutorProcessControl instance simplifies existing EPC based utilities (which only need to take an ES now), and should encourage more utilities to use the EPC interface. It also simplifies process termination, since the session can automatically call ExecutorProcessControl::disconnect (previously this had to be done manually, and carefully ordered with the rest of JIT tear-down to work correctly). |
||
---|---|---|
.. | ||
BuildingAJIT | ||
Chapter2 | ||
Chapter3 | ||
Chapter4 | ||
Chapter5 | ||
Chapter6 | ||
Chapter7 | ||
Chapter8 | ||
Chapter9 | ||
MCJIT | ||
include | ||
CMakeLists.txt |