[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 02:58:32 PDT 2022


c-rhodes added subscribers: mstorsjo, c-rhodes.
c-rhodes added a comment.

I've reverted this in 3e9cc543f223 <https://reviews.llvm.org/rG3e9cc543f22365d9b087826ce252e2de543eb4ab> since I'm hitting the same error as @amyk compiling with shared libs on AArch64 Linux. I had to revert a fix (46b1a7c5f9e6 <https://reviews.llvm.org/rG46b1a7c5f9e6841016078d32728bb0d205336df5>) from @mstorsjo for mingw as well so you probably want to pick that up when re-landing.


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