llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Cullen Rhodes 3e9cc543f2 Revert "[ORC] Add a shared-memory based orc::MemoryMapper."
This reverts commit 5acd471698.

Breaks shared library build with:

  ld.lld-12: error: undefined symbol: shm_open
  >>> referenced by ExecutorSharedMemoryMapperService.cpp:68
  (/home/culrho01/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp:68)
  >>>
  lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/ExecutorSharedMemoryMapperService.cpp.o:(llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService::reserve[abi:cxx11](unsigned
  long))
  >>> did you mean: sem_open
  >>> defined in:
  /usr/bin/../lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libpthread.so
2022-07-14 09:52:57 +00:00
..
CMakeLists.txt Revert "[ORC] Add a shared-memory based orc::MemoryMapper." 2022-07-14 09:52:57 +00: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][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
SimpleRemoteEPCServer.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
TargetExecutionUtils.cpp