llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Lang Hames aabc4b13e8 [ORC] Don't try to copy from an empty segment in SimpleExecutorMemoryManager.
Since 67220c2ad7 empty SPSSequence<char>s deserialize to default-constructed
ArrayRef<char>s, which have a null data field. We need to check for this to
avoid memcpy'ing from a nullptr.

This should fix the bot failure in
https://lab.llvm.org/buildbot/#/builders/85/builds/9323
2022-07-20 16:47:00 -07:00
..
CMakeLists.txt Re-re-apply 5acd471698, Add a shared-memory based orc::MemoryMapper... 2022-07-19 15:35:33 -07:00
ExecutorSharedMemoryMapperService.cpp Re-re-apply 5acd471698, Add a shared-memory based orc::MemoryMapper... 2022-07-19 15:35:33 -07:00
JITLoaderGDB.cpp ManagedStatic: Remove from JITLoaderGDB 2022-07-10 10:32:29 +02:00
OrcRTBootstrap.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
OrcRTBootstrap.h [NFC] Fix endif comments to match with include guard 2022-01-07 15:52:59 +08:00
RegisterEHFrames.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
SimpleExecutorDylibManager.cpp [ORC] Move CWrapperFunctionResult out of the detail:: namespace. 2021-10-30 16:12:45 -07:00
SimpleExecutorMemoryManager.cpp [ORC] Don't try to copy from an empty segment in SimpleExecutorMemoryManager. 2022-07-20 16:47:00 -07:00
SimpleRemoteEPCServer.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
TargetExecutionUtils.cpp