llvm-project/llvm/lib/ExecutionEngine
Lang Hames 349e5bd24e [ORC] Update mapper deinitialize functions to deinitialize in reverse order.
This updates the ExecutorSharedMemoryMapperService::deinitialize and
InProcessMemoryMapper::deinitialize methods to deinitialize in reverse order,
bringing them into alignment with the behavior of
InProcessMemoryManager::deallocate and SimpleExecutorMemoryManager::deallocate.
Reverse deinitialization is required because later allocations can depend on
earlier ones.

This fixes failures in the ORC runtime test suite.
2022-08-30 13:17:44 -07:00
..
IntelJITEvents
Interpreter
JITLink Ensure newlines at the end of files (NFC) 2022-08-20 21:18:23 -07:00
MCJIT [llvm] Qualify auto in range-based for loops (NFC) 2022-08-28 23:29:00 -07:00
OProfileJIT
Orc [ORC] Update mapper deinitialize functions to deinitialize in reverse order. 2022-08-30 13:17:44 -07:00
PerfJITEvents
RuntimeDyld
CMakeLists.txt
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp
SectionMemoryManager.cpp
TargetSelect.cpp