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

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 06:52:59 PDT 2022


c-rhodes added a comment.

In D128544#3651546 <https://reviews.llvm.org/D128544#3651546>, @argentite wrote:

> Link with librt if available
>
> I think this should work everywhere.
>
> It seems like some platforms have shm_ functions in libc and librt acts like a placeholder.

This compiles for me now, cheers


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