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

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 09:47:34 PDT 2022


lhames added a comment.

> As @thakis suggested I think this should be LLVM_RT_LIB (for consistency with LLVM_PTHREAD_LIB).

Re-committed on @argentite's behalf. I ended up leaving this as-is: it looks like libSupport currently does something similar with a local CMake variable for rt. We can introduce `LLVM_RT_LIB` in a follow-up patch if we decide it's worth it.


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