[PATCH] D129495: [Orc][JITLink] JITLinkMemoryManager implementation using MemoryMapper

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 17:53:03 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4fcf8434dd77: [ORC] Add a new MemoryMapper-based JITLinkMemoryManager implementation. (authored by argentite, committed by lhames).

Changed prior to commit:
  https://reviews.llvm.org/D129495?vs=446258&id=446313#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129495

Files:
  llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h
  llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h
  llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
  llvm/lib/ExecutionEngine/Orc/MapperJITLinkMemoryManager.cpp
  llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
  llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
  llvm/unittests/ExecutionEngine/Orc/MapperJITLinkMemoryManagerTest.cpp
  llvm/unittests/ExecutionEngine/Orc/MemoryMapperTest.cpp
  llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129495.446313.patch
Type: text/x-patch
Size: 14289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/0672cede/attachment.bin>


More information about the llvm-commits mailing list