[PATCH] D39300: [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 10:47:06 PDT 2017


sanjoy created this revision.
Herald added a subscriber: mcrosier.

This will let ORC JIT clients plug in custom logic for the mmap, munmap and
mprotect paths.


https://reviews.llvm.org/D39300

Files:
  include/llvm/ExecutionEngine/SectionMemoryManager.h
  lib/ExecutionEngine/SectionMemoryManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39300.120283.patch
Type: text/x-patch
Size: 11884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/cf6c1cb2/attachment.bin>


More information about the llvm-commits mailing list