1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/ExecutionEngine/Orc
Lang Hames a145c06983 [ORC] Share ownership of JITDylibs between ExecutionSession and
MaterializationResponsibility.

MaterializationResponsibility objects provide a connection between a
materialization process (compiler, jit linker, etc.) and the JIT state held in
the ExecutionSession and JITDylib objects. Switching to shared ownership
extends the lifetime of JITDylibs to ensure they remain accessible until all
materializers targeting them have completed. This will allow (in a follow-up
patch) JITDylibs to be removed from the ExecutionSession and placed in a
pending-destruction state while they are kept alive to communicate errors
to/from any still-runnning materialization processes. The intent is to enable
JITDylibs to be safely removed even if they have running compiles targeting
them.
2020-05-10 16:37:17 -07:00
..
CMakeLists.txt
CoreAPIsTest.cpp [ORC] Share ownership of JITDylibs between ExecutionSession and 2020-05-10 16:37:17 -07:00
GlobalMappingLayerTest.cpp
IndirectionUtilsTest.cpp
JITTargetMachineBuilderTest.cpp
LazyCallThroughAndReexportsTest.cpp
LazyEmittingLayerTest.cpp
LegacyAPIInteropTest.cpp
LegacyCompileOnDemandLayerTest.cpp
LegacyRTDyldObjectLinkingLayerTest.cpp [MC][ELF] Put explicit section name symbols into entry size compatible sections 2020-04-16 19:12:49 +00:00
ObjectTransformLayerTest.cpp
OrcCAPITest.cpp
OrcTestCommon.cpp
OrcTestCommon.h [ORC] Add generic initializer/deinitializer support. 2020-02-19 13:59:32 -08:00
QueueChannel.cpp
QueueChannel.h
RemoteObjectLayerTest.cpp [AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX 2020-05-01 17:03:05 -04:00
RPCUtilsTest.cpp
RTDyldObjectLinkingLayerTest.cpp [MC][ELF] Put explicit section name symbols into entry size compatible sections 2020-04-16 19:12:49 +00:00
SymbolStringPoolTest.cpp
ThreadSafeModuleTest.cpp