[all-commits] [llvm/llvm-project] f1aa49: [Orc] Use MapperJITLinkMemoryManager with SharedMe...

Anubhab Ghosh via All-commits all-commits at lists.llvm.org
Sun Aug 28 02:28:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1aa49ad34cea553884a036d029ab4c7148f42bd
      https://github.com/llvm/llvm-project/commit/f1aa49ad34cea553884a036d029ab4c7148f42bd
  Author: Anubhab Ghosh <anubhabghosh.me at gmail.com>
  Date:   2022-08-28 (Sun, 28 Aug 2022)

  Changed paths:
    M llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [Orc] Use MapperJITLinkMemoryManager with SharedMemoryMapper in llvm-jitlink tool

MapperJITLinkMemoryManager combined with SharedMemoryMapper can be
used in place of EPCGenericJITLinkMemoryManager when running on top of
same physical memory. This commit enables it when --use-shared-memory is
passed.

Differential Revision: https://reviews.llvm.org/D132369




More information about the All-commits mailing list