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

Anubhab Ghosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 23:45:17 PDT 2022


argentite added a comment.

Hi! I am not very familiar with powerpc but it seems like POSIX shared memory APIs should be available.
>From this page <https://docs.oracle.com/cd/E86824_01/html/E54772/librt-3lib.html> I suspect `shm_` family of functions could be in `librt` instead of `libc`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128544



More information about the llvm-commits mailing list