llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Anubhab Ghosh ac3cb4ecd0 [Orc] Disable use of shared memory on Android
shm_open and shm_unlink are not available on Android. This commit
disables SharedMemoryMapper on Android until a better solution is
available.

https://android.googlesource.com/platform/bionic/+/refs/heads/master/docs/status.md
https://github.com/llvm/llvm-project/issues/56812

Differential Revision: https://reviews.llvm.org/D130814
2022-08-01 18:48:39 +05:30
..
CMakeLists.txt Re-re-apply 5acd471698, Add a shared-memory based orc::MemoryMapper... 2022-07-19 15:35:33 -07:00
ExecutorSharedMemoryMapperService.cpp [Orc] Disable use of shared memory on Android 2022-08-01 18:48:39 +05:30
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