[ORC] Use EPC for EPCGeneric MemoryAccess / JITLinkMemoryManager construction.
authorLang Hames <lhames@gmail.com>
Sun, 5 Sep 2021 08:29:05 +0000 (18:29 +1000)
committerLang Hames <lhames@gmail.com>
Sat, 11 Sep 2021 01:24:00 +0000 (11:24 +1000)
commit22641f585372dd228bf668bcf0c0e171f6ff26c3
tree2c48ca0df19af17c26b527f130ecf5bb30190903
parentab111e982fd183ba084605ef4219810f159b4198
[ORC] Use EPC for EPCGeneric MemoryAccess / JITLinkMemoryManager construction.

This allows these classes to be created during EPC construction, before an
ExecutionSession is available.
llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h
llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp
llvm/lib/ExecutionEngine/Orc/EPCGenericMemoryAccess.cpp