[PATCH] D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation

Anubhab Ghosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 05:25:27 PDT 2022


argentite updated this revision to Diff 437858.
argentite marked an inline comment as done.
argentite added a comment.

release() will implicitly deinitialize() all suballocations to maintain consistency


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127491

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127491.437858.patch
Type: text/x-patch
Size: 17332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/f06b06e4/attachment.bin>


More information about the llvm-commits mailing list