[PATCH] D128544: [Orc][JITLink] Add a shared memory based implementation of MemoryMapper

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 09:45:38 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG32d8d23cd0b2: Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, with fixes. (authored by argentite, committed by lhames).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128544/new/

https://reviews.llvm.org/D128544

Files:
  llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h
  llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
  llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h
  llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
  llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
  llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp
  llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
  llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128544.445033.patch
Type: text/x-patch
Size: 34721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/ecf15e05/attachment.bin>


More information about the llvm-commits mailing list