forked from OSchip/llvm-project
9eb4939b86
Calls to JITDylib's getDFSLinkOrder and getReverseDFSLinkOrder methods (both static an non-static versions) are now valid to make on defunct JITDylibs, but will return an error if any JITDylib in the link order is defunct. This means that platforms can safely lookup link orders by name in response to jit-dlopen calls from the ORC runtime, even if the call names a defunct JITDylib -- the call will just fail with an error. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CoreAPIsTest.cpp | ||
EPCGenericJITLinkMemoryManagerTest.cpp | ||
EPCGenericMemoryAccessTest.cpp | ||
ExecutionSessionWrapperFunctionCallsTest.cpp | ||
ExecutorAddressTest.cpp | ||
IndirectionUtilsTest.cpp | ||
JITTargetMachineBuilderTest.cpp | ||
LazyCallThroughAndReexportsTest.cpp | ||
LookupAndRecordAddrsTest.cpp | ||
ObjectLinkingLayerTest.cpp | ||
OrcCAPITest.cpp | ||
OrcTestCommon.cpp | ||
OrcTestCommon.h | ||
RTDyldObjectLinkingLayerTest.cpp | ||
ResourceTrackerTest.cpp | ||
SimpleExecutorMemoryManagerTest.cpp | ||
SimplePackedSerializationTest.cpp | ||
SymbolStringPoolTest.cpp | ||
TaskDispatchTest.cpp | ||
ThreadSafeModuleTest.cpp | ||
WrapperFunctionUtilsTest.cpp |