[PATCH] D130814: [Orc] Disable use of shared memory on Android

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 30 14:10:33 PDT 2022


sunho added a comment.

Would it make sense to make `(defined(LLVM_ON_UNIX) && !defined(__ANDROID__)) || defined(_WIN32)` another macro like LLVM_ORC_SHARED_MAPPER_SUPPORTED? The expression is being repeated a lot.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130814



More information about the llvm-commits mailing list